Skip to content

Commit

Permalink
release-tools: update
Browse files Browse the repository at this point in the history
  • Loading branch information
avorima committed Dec 11, 2024
2 parents 8f2cc7e + 2607470 commit 71e3197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ run_with_go () {
else
version=local
fi
GOTOOLCHAIN=$version run "$@"
# Set GOMODCACHE to make sure Kubernetes does not need to download again.
GOTOOLCHAIN=$version GOMODCACHE="$(go env GOMODCACHE)" run "$@"
}

# Ensure that we have the desired version of kind.
Expand Down

0 comments on commit 71e3197

Please sign in to comment.