File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
steps :
17
17
- uses : actions/setup-go@v4
18
18
with :
19
- go-version : ' 1.20 '
19
+ go-version : ' 1.21 '
20
20
cache : false
21
21
- uses : actions/checkout@v4
22
22
- name : golangci-lint
23
23
uses : golangci/golangci-lint-action@v3
24
24
with :
25
- version : v1.53.3
25
+ version : v1.54.0
26
26
working-directory : ${{matrix.working-directory}}
Original file line number Diff line number Diff line change 23
23
- name : Set up Go
24
24
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
25
25
with :
26
- go-version : ' 1.20 '
26
+ go-version : ' 1.21 '
27
27
- name : Update all modules
28
28
run : make modules
29
29
- uses : EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # tag=v9.1.3
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ linters-settings:
59
59
- pkg : sigs.k8s.io/controller-runtime
60
60
alias : ctrl
61
61
staticcheck :
62
- go : " 1.20 "
62
+ go : " 1.21 "
63
63
stylecheck :
64
- go : " 1.20 "
64
+ go : " 1.21 "
65
65
revive :
66
66
rules :
67
67
# The following rules are recommended https://github.com/mgechev/revive#recommended-configuration
You can’t perform that action at this time.
0 commit comments