Skip to content

fix: Set GOTOOLCHAIN=auto to avoid build failures#149

Merged
varungandhi-src merged 1 commit intomainfrom
vg/auto
May 13, 2025
Merged

fix: Set GOTOOLCHAIN=auto to avoid build failures#149
varungandhi-src merged 1 commit intomainfrom
vg/auto

Conversation

@varungandhi-src
Copy link
Copy Markdown
Contributor

@varungandhi-src varungandhi-src commented May 9, 2025

The base image seems to be setting GOTOOLCHAIN=local,
which means that auto-indexing would never automatically
download a newer toolchain if the go.mod version exceeded
the Go toolchain version that was part of the image.

Explicitly setting GOTOOLCHAIN=auto changes this to
automatically download the latest toolchain if available
and necessary.

Also bumps the Go version to the latest 1.24.3.

Fixes part of GRAPH-1198. Still need to cut release and
bump image in sg/sg.

Also bumps the Go version to the latest 1.24.3
@varungandhi-src varungandhi-src merged commit 045e9e7 into main May 13, 2025
3 checks passed
@varungandhi-src varungandhi-src deleted the vg/auto branch May 13, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant