Skip to content

Commit

Permalink
update ci tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jun 13, 2024
1 parent 6615ad1 commit bfc46ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
working-directory: lib/example

steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21

- uses: actions/checkout@v4

- name: lint
run: go run github.com/ysmood/golangci-lint@latest -v 1.57.2
run: go run github.com/ysmood/golangci-lint@latest -v 1.58.0

- name: test
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21

- uses: actions/checkout@v4

- name: lint
if: matrix.os == 'ubuntu-latest'
run: go run github.com/ysmood/golangci-lint@latest -v 1.57.2
run: go run github.com/ysmood/golangci-lint@latest -v 1.58.0

- name: test
env:
Expand Down

0 comments on commit bfc46ad

Please sign in to comment.