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 @@ -19,12 +19,12 @@ jobs:
19
19
uses : actions/checkout@v3
20
20
21
21
- name : Setup go
22
- uses : actions/setup-go@v4
22
+ uses : actions/setup-go@v5
23
23
with :
24
- go-version : ' 1.20 .x'
24
+ go-version : ' 1.23 .x'
25
25
26
26
- name : Install staticcheck
27
- run : go install honnef.co/go/tools/cmd/staticcheck@v0.5
27
+ run : go install honnef.co/go/tools/cmd/staticcheck@latest
28
28
29
29
- name : Run staticcheck
30
30
run : staticcheck ./...
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
- name : Setup go
17
17
uses : actions/setup-go@v5
18
18
with :
19
- go-version : ' 1.20 .x'
19
+ go-version : ' 1.23 .x'
20
20
21
21
- name : Install staticcheck
22
- run : go install honnef.co/go/tools/cmd/staticcheck@v0.5
22
+ run : go install honnef.co/go/tools/cmd/staticcheck@latest
23
23
24
24
- name : Run staticcheck
25
25
run : staticcheck ./...
You can’t perform that action at this time.
0 commit comments