Skip to content

Commit

Permalink
bump golangci-lint v1.63.4; replace deprecated linter (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Jan 22, 2025
1 parent 42d2956 commit bcaa629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ run:
linters:
enable:
- containedctx
- copyloopvar
- depguard
- errname
- errorlint
- exhaustive
- exportloopref
- fatcontext
- ginkgolinter
- goimports
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bcaa629

Please sign in to comment.