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 22
22
- name : Install Go
23
23
uses : actions/setup-go@v5
24
24
with :
25
- go-version : ' ^1.21 '
25
+ go-version : ' ^1.23 '
26
26
# - name: generate release notes
27
27
# run: |
28
28
# make release-notes
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-go@v5
16
16
with :
17
- go-version : " 1.21 "
17
+ go-version : " 1.23 "
18
18
- name : golangci-lint
19
19
20
20
with :
21
- version : v1.60.2
21
+ version : v1.64.6
22
22
23
23
test :
24
24
name : test
27
27
- uses : actions/checkout@v4
28
28
- uses : actions/setup-go@v5
29
29
with :
30
- go-version : " 1.21 "
30
+ go-version : " 1.23 "
31
31
- name : Run Tests
32
32
run : make test
33
33
38
38
- uses : actions/checkout@v4
39
39
- uses : actions/setup-go@v5
40
40
with :
41
- go-version : " 1.21 "
41
+ go-version : " 1.23 "
42
42
- name : run code generators
43
43
run : make generate
44
44
- name : run manifest generators
You can’t perform that action at this time.
0 commit comments