Skip to content

Commit bfc46ad

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/example.yml

+2-2
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
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.21
2020

2121
- uses: actions/checkout@v4
2222

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.58.0
2525

2626
- name: test
2727
run: |

.github/workflows/test.yml

+2-2
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
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.21
2020

2121
- uses: actions/checkout@v4
2222

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.58.0
2626

2727
- name: test
2828
env:

0 commit comments

Comments
 (0)