Skip to content

Commit e02f4bb

Browse files
Igor Drozdovashmckenzie
authored andcommitted
Merge branch 'ashmckenzie/update-golangci-and-gotestsum' into 'main'
Update `golangci` to 1.60.3 and `gotestsum` to 1.12.0 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1135 Merged-by: Igor Drozdov <[email protected]> Approved-by: Igor Drozdov <[email protected]> Co-authored-by: Ash McKenzie <[email protected]>
2 parents a868e48 + 2bf5527 commit e02f4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ GO_TAGS := tracer_static tracer_static_jaeger continuous_profiler_stackdriver
99

1010
ARCH ?= $(shell uname -m | sed -e 's/x86_64/amd64/' | sed -e 's/aarch64/arm64/')
1111

12-
GOTESTSUM_VERSION := 1.11.0
12+
GOTESTSUM_VERSION := 1.12.0
1313
GOTESTSUM_FILE := support/bin/gotestsum-${GOTESTSUM_VERSION}
1414

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

1818
export GOFLAGS := -mod=readonly

0 commit comments

Comments
 (0)