Skip to content

Commit

Permalink
Upgrade golangci-lint from 1.56.2 to 1.61.0
Browse files Browse the repository at this point in the history
Match version of golangci-lint used by enduro and other artefactual-sdps
projects.
  • Loading branch information
djjuhasz committed Jan 2, 2025
1 parent bc4a9d8 commit 9c45431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
run:
deadline: 60s
skip-dirs:
- .github
- hack

linters:
enable:
Expand All @@ -14,6 +11,9 @@ linters:
- gosec

issues:
exclude-dirs:
- .github
- hack
exclude-rules:
- path: _test\.go
linters:
Expand Down
2 changes: 1 addition & 1 deletion hack/make/dep_golangci_lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $(call _assert_var,UNAME_ARCH)
$(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

GOLANGCI_LINT_VERSION ?= 1.56.2
GOLANGCI_LINT_VERSION ?= 1.61.0

ARCH := $(UNAME_ARCH)
ifeq ($(UNAME_ARCH),x86_64)
Expand Down

0 comments on commit 9c45431

Please sign in to comment.