Skip to content

Commit 1343645

Browse files
authored
Enforce toolchain requirement in generate.sh (#3428)
1 parent a61e9cf commit 1343645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ for dir in $MOD_DIRS; do
4343
(
4444
cd "$dir"
4545
go generate ./...
46-
go mod tidy -compat '1.21'
46+
GOTOOLCHAIN="go1.22+auto" go mod tidy
4747
)
4848
done

0 commit comments

Comments
 (0)