File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
working-directory : lib/example
15
15
16
16
steps :
17
- - uses : actions/setup-go@v4
17
+ - uses : actions/setup-go@v5
18
18
with :
19
19
go-version : 1.21
20
20
21
21
- uses : actions/checkout@v4
22
22
23
23
- name : lint
24
- run : go run github.com/ysmood/golangci-lint@latest -v 1.57.2
24
+ run : go run github.com/ysmood/golangci-lint@latest -v 1.58.0
25
25
26
26
- name : test
27
27
run : |
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
os : [macos-latest, windows-latest, ubuntu-latest]
15
15
16
16
steps :
17
- - uses : actions/setup-go@v4
17
+ - uses : actions/setup-go@v5
18
18
with :
19
19
go-version : 1.21
20
20
21
21
- uses : actions/checkout@v4
22
22
23
23
- name : lint
24
24
if : matrix.os == 'ubuntu-latest'
25
- run : go run github.com/ysmood/golangci-lint@latest -v 1.57.2
25
+ run : go run github.com/ysmood/golangci-lint@latest -v 1.58.0
26
26
27
27
- name : test
28
28
env :
You can’t perform that action at this time.
0 commit comments