diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69b4505..784aa8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.59.0 + version: v1.60.3 #only-new-issues: true args: --timeout=10m --config=.golangci.yml --out-format=github-actions --issues-exit-code=0 diff --git a/Makefile b/Makefile index 8e3eb92..6feeb8d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ export GO111MODULE = on BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) -GOLANGCI_LINT_VERSION := v1.59.0 +GOLANGCI_LINT_VERSION := v1.60.3 # Set BRANCH when running make manually ifeq ($(BRANCH),)