Skip to content

Commit

Permalink
Update GolangCI-lint to v1.55.1 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Nov 1, 2023
1 parent 1020aac commit 5a73625
Show file tree
Hide file tree
Showing 3 changed files with 3 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.54.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.55.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.54.2
[golangci-lint](https://golangci-lint.run/usage/install/)|1.55.1

## Modifying the claim schema

Expand Down
1 change: 1 addition & 0 deletions cmd/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func prependCopyrightNotice(w io.Writer, contents []byte) error {

func prependCustomCodeGenerationMessage(w io.Writer) error {
currentTime := time.Now()
//nolint:goconst
msg := []string{
"",
"",
Expand Down

0 comments on commit 5a73625

Please sign in to comment.