File tree 4 files changed +16
-13
lines changed
4 files changed +16
-13
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
18
- with :
19
- go-version : 1.21
20
-
21
17
- uses : actions/checkout@v4
22
18
19
+ - uses : actions/setup-go@v5
20
+ with :
21
+ go-version : 1.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.59.1
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
18
- with :
19
- go-version : 1.21
20
-
21
17
- uses : actions/checkout@v4
22
18
19
+ - uses : actions/setup-go@v5
20
+ with :
21
+ go-version : 1.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.59.1
26
26
27
27
- name : test
28
28
env :
Original file line number Diff line number Diff line change 1
- go 1.21
1
+ go 1.22
2
2
3
3
use (
4
4
.
Original file line number Diff line number Diff line change 1
- github.com/ysmood/gop v0.2.0 h1:+tFrG0TWPxT6p9ZaZs+VY+opCvHU8/3Fk6BaNv6kqKg =
2
- github.com/ysmood/gop v0.2.0 /go.mod h1:rr5z2z27oGEbyB787hpEcx4ab8cCiPnKxn0SUHt6xzk =
1
+ github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI =
2
+ github.com/kr/pty v1.1.1 h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw =
3
+ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE =
4
+ github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4 =
5
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo =
You can’t perform that action at this time.
0 commit comments