Skip to content

Commit

Permalink
sanity: bump golangci-lint to v1.62.0
Browse files Browse the repository at this point in the history
It failes for unknown reason, but does run on command line
  • Loading branch information
nunnatsa committed Nov 11, 2024
1 parent dede785 commit 7465dc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
go-version-file: go.mod

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
skip-pkg-cache: true
version: v1.62.0
args: --timeout=5m

- name: Unit Test and Coverage
Expand Down

0 comments on commit 7465dc6

Please sign in to comment.