Commit 5f80191
committed
ci: fix Go version selection
k8s v1.29 depends on Go 1.21.3 or later. Without an explicit
go-version-file: go.mod with 'go 1.21.3' we are seeing failures
in different CI steps.
Make sure all setup-go workflows use Go version from go.mod.
Signed-off-by: Mikko Ylinen <[email protected]>1 parent 47719d7 commit 5f80191
File tree
3 files changed
+9
-0
lines changed- .github/workflows
3 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
0 commit comments