Skip to content

Commit

Permalink
Merge pull request #2 from No-SilverBullet/feat/add_linter
Browse files Browse the repository at this point in the history
feat:change golangclilint version to 1.57.x to support more linter
  • Loading branch information
No-SilverBullet authored Nov 10, 2024
2 parents aaae50c + 0fc667d commit 6a4bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.49.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.57.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed for this repo"

0 comments on commit 6a4bebe

Please sign in to comment.