Skip to content

Commit

Permalink
bump golangci-lint 1.62.2 (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Nov 26, 2024
1 parent d8e086d commit 1a1df2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.61.0
golangci-lint-version: v1.62.2

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.61.0
golangci-lint 1.62.2
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.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

Expand Down

0 comments on commit 1a1df2c

Please sign in to comment.