Skip to content

Commit

Permalink
Update GolangCI-lint to v1.56.2 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Mar 4, 2024
1 parent df895c6 commit f37a19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.56.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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa
Dependency|Minimum Version
---|---
[GoLang](https://golang.org/dl/)|1.21
[golangci-lint](https://golangci-lint.run/usage/install/)|1.55.1
[golangci-lint](https://golangci-lint.run/usage/install/)|1.56.2

## Modifying the claim schema

Expand Down

0 comments on commit f37a19a

Please sign in to comment.