Skip to content

Commit

Permalink
upgrade linter
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 14, 2024
1 parent b11852b commit 9c75deb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ jobs:
fetch-depth: 0

- name: Lint Go Code
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.50.1
version: v1.57.2
args: --timeout=30m
install-mode: binary

- name: Run Unit tests.
run: go test ./...
Expand Down

0 comments on commit 9c75deb

Please sign in to comment.