Skip to content

Commit

Permalink
ci: update lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
maeb committed Jul 15, 2024
1 parent c6de806 commit 22a5c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: 'stable'
- name: Run tests
run: go test ./...
lint:
Expand All @@ -30,8 +30,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21'
- uses: golangci/golangci-lint-action@v4
go-version: 'stable'
- uses: golangci/golangci-lint-action@v6
with:
version: latest
# Enable additional linters (see: https://golangci-lint.run/usage/linters/)
Expand Down

0 comments on commit 22a5c1a

Please sign in to comment.