Skip to content

Commit

Permalink
Update GolangCI-lint to v1.60.1 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Aug 20, 2024
1 parent 6bb1916 commit 1c9d57d
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 @@ -123,6 +123,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.59.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.60.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.22
[golangci-lint](https://golangci-lint.run/usage/install/)|1.59
[golangci-lint](https://golangci-lint.run/usage/install/)|1.60

## Modifying the claim schema

Expand Down

0 comments on commit 1c9d57d

Please sign in to comment.