diff --git a/.github/workflows/golangci_lint.yml b/.github/workflows/golangci_lint.yml index 81b4839fe..fbddf3922 100644 --- a/.github/workflows/golangci_lint.yml +++ b/.github/workflows/golangci_lint.yml @@ -13,5 +13,5 @@ jobs: - name: golangci-lint uses: smartcontractkit/.github/actions/ci-lint-go@2ac9d97a83a5edded09af7fcf4ea5bce7a4473a4 # v0.2.6 with: - golangci-lint-version: v1.62.2 + golangci-lint-version: v1.63.4 \ No newline at end of file diff --git a/.golangci.yml b/.golangci.yml index 8b4070989..e37fc6f76 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -3,11 +3,11 @@ run: linters: enable: - containedctx + - copyloopvar - depguard - errname - errorlint - exhaustive - - exportloopref - fatcontext - ginkgolinter - goimports diff --git a/.tool-versions b/.tool-versions index 167471122..55c263682 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,5 +1,5 @@ golang 1.23.3 protoc 25.1 protoc-gen-go-grpc 1.3.0 -golangci-lint 1.62.2 +golangci-lint 1.63.4 mockery 2.43.2 diff --git a/Makefile b/Makefile index 06a572d67..804a6a441 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ generate: mockery install-protoc gomods mockery .PHONY: lint-workspace lint -GOLANGCI_LINT_VERSION := 1.62.2 +GOLANGCI_LINT_VERSION := 1.63.4 GOLANGCI_LINT_COMMON_OPTS := --max-issues-per-linter 0 --max-same-issues 0 GOLANGCI_LINT_DIRECTORY := ./golangci-lint