Skip to content

Commit

Permalink
Merge pull request #5489 from twz123/disable-go-telemetry
Browse files Browse the repository at this point in the history
Disable Go telemetry in Docker based builds
  • Loading branch information
twz123 authored Jan 31, 2025
2 parents a89d2ae + e6824ab commit 05ba686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ ENV \
PATH="/run/k0s-build/go/bin:$PATH" \
GOBIN="/run/k0s-build/go/bin" \
GOCACHE="/run/k0s-build/go/build" \
GOMODCACHE="/run/k0s-build/go/mod"
GOMODCACHE="/run/k0s-build/go/mod" \
GOTELEMETRY="off"

0 comments on commit 05ba686

Please sign in to comment.