Skip to content

Commit 69dc04b

Browse files
authored
chore: Do not force Go 1.22.0 as toolchain version (#3678)
1 parent 54d257b commit 69dc04b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

script/generate.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ set -e
66

77
CDPATH="" cd -- "$(dirname -- "$0")/.."
88

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-
139
if [ "$1" = "--check" ]; then
1410
GENTEMP="$(mktemp -d)"
1511
git worktree add -q --detach "$GENTEMP"

0 commit comments

Comments
 (0)