File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
build :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.20 .x, 1.21 .x]
7
+ go-version : [1.22 .x, 1.25 .x]
8
8
platform : [windows-latest]
9
9
runs-on : ${{ matrix.platform }}
10
10
steps :
24
24
test :
25
25
strategy :
26
26
matrix :
27
- go-version : [1.20 .x, 1.21 .x]
27
+ go-version : [1.22 .x, 1.25 .x]
28
28
platform : [ubuntu-latest, macos-latest]
29
29
runs-on : ${{ matrix.platform }}
30
30
steps :
40
40
verify-go-directive :
41
41
strategy :
42
42
matrix :
43
- go-version : [1.20 .x, 1.21 .x]
43
+ go-version : [1.22 .x, 1.25 .x]
44
44
platform : [ubuntu-latest, macos-latest]
45
45
runs-on : ${{ matrix.platform }}
46
46
steps :
72
72
- name : Install Go
73
73
uses : actions/setup-go@v3
74
74
with :
75
- go-version : 1.21 .x
75
+ go-version : 1.22 .x
76
76
- name : Add GOBIN to PATH
77
77
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
78
78
- name : Install dependencies
Original file line number Diff line number Diff line change 39
39
update-fmt :
40
40
gofmt -s -w .
41
41
42
- # We set the maximum version of the go directive as 1.20 here
42
+ # We set the maximum version of the go directive as 1.22 here
43
43
# because the oldest go directive that exists on our supported
44
- # release branches in k/k is 1.20 .
44
+ # release branches in k/k is 1.22 .
45
45
.PHONY : verify-go-directive
46
46
verify-go-directive :
47
- ./hack/verify-go-directive.sh -g 1.20
47
+ ./hack/verify-go-directive.sh -g 1.22
Original file line number Diff line number Diff line change 1
1
module k8s.io/utils
2
2
3
- go 1.18
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/davecgh/go-spew v1.1.1
You can’t perform that action at this time.
0 commit comments