Skip to content

Commit

Permalink
Merge pull request #64 from flipgroup/bump-golangci-lint
Browse files Browse the repository at this point in the history
Bump `golangci-lint` to `v1.59.1` - addition of `perfsprint` linter
  • Loading branch information
magnetikonline authored Jun 24, 2024
2 parents bb25ae0 + f9b0cda commit 7ab2fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: flipgroup/action-golang-with-lint@main
with:
version-golang-file: go.mod
version-golangci-lint: v1.57.2
version-golangci-lint: v1.59.1
- name: Test
run: go test -count=1 -v ./...
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ linters:
- godot
- gofmt
- makezero
- perfsprint
- unconvert
- unparam
- whitespace
Expand All @@ -33,3 +34,5 @@ linters-settings:
disable:
- fieldalignment
- shadow
perfsprint:
strconcat: false

0 comments on commit 7ab2fbd

Please sign in to comment.