Skip to content

Commit

Permalink
upgrades golangci-lint to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Feb 20, 2024
1 parent b2a453e commit ae84be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.54.2
version: v1.56.2

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit ae84be2

Please sign in to comment.