Skip to content

Commit 0cd0248

Browse files
Igor Drozdovashmckenzie
authored and
GitLab
committed
Merge branch 'ashmckenzie/update-golangci-lint-1' into 'main'
Update golangci to 1.60.1 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1122 Merged-by: Igor Drozdov <[email protected]> Approved-by: Igor Drozdov <[email protected]> Co-authored-by: Ash McKenzie <[email protected]>
2 parents fcb9682 + 83f6669 commit 0cd0248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.59.1
15+
GOLANGCI_LINT_VERSION := 1.60.1
1616
GOLANGCI_LINT_FILE := support/bin/golangci-lint-${GOLANGCI_LINT_VERSION}
1717

1818
export GOFLAGS := -mod=readonly

0 commit comments

Comments
 (0)