Skip to content

Commit 7ff20a9

Browse files
committed
update ci tool version
1 parent 6615ad1 commit 7ff20a9

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

.github/workflows/example.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
working-directory: lib/example
1515

1616
steps:
17-
- uses: actions/setup-go@v4
18-
with:
19-
go-version: 1.21
20-
2117
- uses: actions/checkout@v4
2218

19+
- uses: actions/setup-go@v5
20+
with:
21+
go-version: 1.22
22+
2323
- 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
2525

2626
- name: test
2727
run: |

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
os: [macos-latest, windows-latest, ubuntu-latest]
1515

1616
steps:
17-
- uses: actions/setup-go@v4
18-
with:
19-
go-version: 1.21
20-
2117
- uses: actions/checkout@v4
2218

19+
- uses: actions/setup-go@v5
20+
with:
21+
go-version: 1.22
22+
2323
- name: lint
2424
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
2626

2727
- name: test
2828
env:

go.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.21
1+
go 1.22
22

33
use (
44
.

go.work.sum

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
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=

0 commit comments

Comments
 (0)