Skip to content

Commit 05ba686

Browse files
authored
Merge pull request k0sproject#5489 from twz123/disable-go-telemetry
Disable Go telemetry in Docker based builds
2 parents a89d2ae + e6824ab commit 05ba686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ ENV \
1616
PATH="/run/k0s-build/go/bin:$PATH" \
1717
GOBIN="/run/k0s-build/go/bin" \
1818
GOCACHE="/run/k0s-build/go/build" \
19-
GOMODCACHE="/run/k0s-build/go/mod"
19+
GOMODCACHE="/run/k0s-build/go/mod" \
20+
GOTELEMETRY="off"

0 commit comments

Comments
 (0)