File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 - name : Install Go
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : ' ^1.21 '
25+ go-version : ' ^1.23 '
2626 # - name: generate release notes
2727 # run: |
2828 # make release-notes
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-go@v5
1616 with :
17- go-version : " 1.21 "
17+ go-version : " 1.23 "
1818 - name : golangci-lint
19192020 with :
21- version : v1.60.2
21+ version : v1.64.6
2222
2323 test :
2424 name : test
2727 - uses : actions/checkout@v4
2828 - uses : actions/setup-go@v5
2929 with :
30- go-version : " 1.21 "
30+ go-version : " 1.23 "
3131 - name : Run Tests
3232 run : make test
3333
3838 - uses : actions/checkout@v4
3939 - uses : actions/setup-go@v5
4040 with :
41- go-version : " 1.21 "
41+ go-version : " 1.23 "
4242 - name : run code generators
4343 run : make generate
4444 - name : run manifest generators
You can’t perform that action at this time.
0 commit comments