Skip to content

Commit

Permalink
chore: update golangci-lint version to v1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Oct 3, 2023
1 parent ec96f3f commit 31bd024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.20
cache: false
env:
GO111MODULE: off
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
version: v1.54

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

0 comments on commit 31bd024

Please sign in to comment.