diff --git a/.golangci.yml b/.golangci.yml index 7f707a1..8be5637 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -115,6 +115,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" diff --git a/Makefile b/Makefile index 4343de9..88c5e98 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ else endif # Variables -GOLANGCI_VERSION=v1.59.1 +GOLANGCI_VERSION=v1.60.1 vet: go vet ${GO_PACKAGES}