Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b94e25b

Browse files
authoredFeb 12, 2025··
Updating GolangCI to v1.64.2 (#138)
1 parent 3ccea87 commit b94e25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ issues:
123123
# golangci.com configuration
124124
# https://github.com/golangci/golangci/wiki/Configuration
125125
service:
126-
golangci-lint-version: 1.63.x # use the fixed version to not introduce new linters unexpectedly
126+
golangci-lint-version: 1.64.x # use the fixed version to not introduce new linters unexpectedly
127127
prepare:
128128
- echo "here I can run custom commands, but no preparation needed for this repo"

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa
3333
Dependency|Minimum Version
3434
---|---
3535
[GoLang](https://golang.org/dl/)|1.23
36-
[golangci-lint](https://golangci-lint.run/usage/install/)|1.63
36+
[golangci-lint](https://golangci-lint.run/usage/install/)|1.64
3737

3838
## Modifying the claim schema
3939

0 commit comments

Comments
 (0)
Please sign in to comment.