Skip to content

Commit ee5b962

Browse files
authored
Merge pull request #3018 from WinterCabbage/bump-golangci-lint
🌱 Bump golangci-lint to v2.10.1
2 parents ac3438a + f113131 commit ee5b962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ROOT_DIR_RELATIVE := ../..
1616
include $(ROOT_DIR_RELATIVE)/common.mk
1717

18-
GOLANGCI_LINT_VERSION ?= v2.9.0
18+
GOLANGCI_LINT_VERSION ?= v2.10.1
1919

2020
# GOTESTSUM version without the leading 'v'
2121
GOTESTSUM_VERSION ?= 1.12.0

test/e2e/shared/openstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ type AuthOpts struct {
710710
AuthURL string `ini:"auth-url"`
711711
UserID string `ini:"user-id"`
712712
Username string `ini:"username"`
713-
Password string `ini:"password"`
713+
Password string `ini:"password"` //nolint:gosec // G117: False positive, this is an INI schema field, not a hardcoded secret.
714714
TenantID string `ini:"tenant-id"`
715715
TenantName string `ini:"tenant-name"`
716716
DomainID string `ini:"domain-id"`

0 commit comments

Comments
 (0)