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.
1 parent 54d257b commit 69dc04bCopy full SHA for 69dc04b
script/generate.sh
@@ -6,10 +6,6 @@ set -e
6
7
CDPATH="" cd -- "$(dirname -- "$0")/.."
8
9
-# force 1.22.0 default and "auto" toolchain (i.e., use the toolchain directive)
10
-# when running generate and mod tidy
11
-export GOTOOLCHAIN="go1.22.0+auto"
12
-
13
if [ "$1" = "--check" ]; then
14
GENTEMP="$(mktemp -d)"
15
git worktree add -q --detach "$GENTEMP"
0 commit comments