diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bd274cc..b87b0985 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,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.53.2 + version: v1.53.3 # Optional: working directory, useful for monorepos # working-directory: somedir diff --git a/Makefile b/Makefile index 16c6058b..b0319636 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ ifndef HAS_GOLANGCI_LINT ifndef HAS_CURL $(error You must install curl) endif - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.3 endif ifndef HAS_GIT $(error You must install Git)