Skip to content

Commit

Permalink
chore: fix golang ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
karlderkaefer committed Feb 26, 2024
1 parent 41cc631 commit 7a7c6b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout 5m --verbose
Expand Down

0 comments on commit 7a7c6b3

Please sign in to comment.