From 1a1df2cf0f6139543868c44b910ec857b454c826 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Tue, 26 Nov 2024 13:43:35 -0600 Subject: [PATCH] bump golangci-lint 1.62.2 (#954) --- .github/workflows/golangci_lint.yml | 2 +- .tool-versions | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci_lint.yml b/.github/workflows/golangci_lint.yml index 22ef02836..81b4839fe 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.61.0 + golangci-lint-version: v1.62.2 \ No newline at end of file diff --git a/.tool-versions b/.tool-versions index 9d2b1ee0b..167471122 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.61.0 +golangci-lint 1.62.2 mockery 2.43.2 diff --git a/Makefile b/Makefile index 8955675da..06a572d67 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ generate: mockery install-protoc gomods mockery .PHONY: lint-workspace lint -GOLANGCI_LINT_VERSION := 1.60.1 +GOLANGCI_LINT_VERSION := 1.62.2 GOLANGCI_LINT_COMMON_OPTS := --max-issues-per-linter 0 --max-same-issues 0 GOLANGCI_LINT_DIRECTORY := ./golangci-lint