Skip to content

Commit

Permalink
Bump golangci-lint from 1.56.0 to 1.58.1
Browse files Browse the repository at this point in the history
jraddaoui committed May 10, 2024

Verified

This commit was signed with the committer’s verified signature.
jsirois John Sirois
1 parent e77c562 commit 3102611
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
run:
deadline: 60s
skip-dirs:
- .github
- hack

linters:
enable:
- contextcheck
- gci
- gofumpt
- gosec
- importas
- intrange
- misspell
- tparallel
- unparam

issues:
exclude-dirs:
- hack
exclude-rules:
- path: _test\.go
linters:
@@ -45,5 +47,3 @@ linters-settings:
exclude-generated: false
severity: low
confidence: low
excludes:
- G601 # Implicit memory aliasing of items (only for Go 1.21 or lower)
2 changes: 1 addition & 1 deletion hack/make/dep_golangci_lint.mk
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ $(call _assert_var,UNAME_ARCH)
$(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

GOLANGCI_LINT_VERSION ?= 1.56.0
GOLANGCI_LINT_VERSION ?= 1.58.1

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

0 comments on commit 3102611

Please sign in to comment.