Skip to content

Commit

Permalink
action: update golangci-lint version
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
  • Loading branch information
Abirdcfly committed Oct 8, 2024
1 parent 3d8226b commit 9bdf3f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
go-version-file: 'go.mod'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
uses: golangci/golangci-lint-action@v6
with:
version: latest
install-mode: "binary"
args: --enable=gofmt

- name: Build
Expand Down

0 comments on commit 9bdf3f3

Please sign in to comment.