Skip to content

Commit 2137366

Browse files
Patrick Bajaoashmckenzie
authored andcommitted
Merge branch 'ashmckenzie/update-golangci-lint' into 'main'
Update golangci to 1.60.2 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1132 Merged-by: Patrick Bajao <[email protected]> Approved-by: Javiera Tapia <[email protected]> Approved-by: Patrick Bajao <[email protected]> Co-authored-by: Ash McKenzie <[email protected]>
2 parents 9c7b6f2 + 5aa9b62 commit 2137366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ linters:
262262
disable-all: true
263263
enable:
264264
- bodyclose
265+
- copyloopvar
265266
- depguard
266267
- dogsled
267268
- dupl
268269
- errcheck
269-
- exportloopref
270270
- funlen
271271
- gocognit
272272
- goconst

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARCH ?= $(shell uname -m | sed -e 's/x86_64/amd64/' | sed -e 's/aarch64/arm64/')
1212
GOTESTSUM_VERSION := 1.11.0
1313
GOTESTSUM_FILE := support/bin/gotestsum-${GOTESTSUM_VERSION}
1414

15-
GOLANGCI_LINT_VERSION := 1.60.1
15+
GOLANGCI_LINT_VERSION := 1.60.2
1616
GOLANGCI_LINT_FILE := support/bin/golangci-lint-${GOLANGCI_LINT_VERSION}
1717

1818
export GOFLAGS := -mod=readonly

0 commit comments

Comments
 (0)