We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a868e48 + 2bf5527 commit e02f4bbCopy full SHA for e02f4bb
Makefile
@@ -9,10 +9,10 @@ GO_TAGS := tracer_static tracer_static_jaeger continuous_profiler_stackdriver
9
10
ARCH ?= $(shell uname -m | sed -e 's/x86_64/amd64/' | sed -e 's/aarch64/arm64/')
11
12
-GOTESTSUM_VERSION := 1.11.0
+GOTESTSUM_VERSION := 1.12.0
13
GOTESTSUM_FILE := support/bin/gotestsum-${GOTESTSUM_VERSION}
14
15
-GOLANGCI_LINT_VERSION := 1.60.2
+GOLANGCI_LINT_VERSION := 1.60.3
16
GOLANGCI_LINT_FILE := support/bin/golangci-lint-${GOLANGCI_LINT_VERSION}
17
18
export GOFLAGS := -mod=readonly
0 commit comments