diff --git a/.golangci.yml b/.golangci.yml index 8734f0e..7bf05ef 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -120,6 +120,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.49.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.50.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 feb8c2c..22ffefb 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ else endif # Variables -GOLANGCI_VERSION=v1.49.0 +GOLANGCI_VERSION=v1.50.0 lint: golangci-lint run --timeout 10m0s