diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-17 14:40:24 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-17 14:40:24 +0900 |
| commit | ef9bd8ecbfb90932371b25d8c5e22725c82d8130 (patch) | |
| tree | eb09a6f6d055ce0e7baa2d7f0d00052eece728d6 /internal/rosa | |
| parent | a40527dcb2197e4a3b41a98ed319563171703c66 (diff) | |
internal/rosa/go: 1.25.7 to 1.26.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/go.go | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/internal/rosa/go.go b/internal/rosa/go.go index e3652874..a466bc59 100644 --- a/internal/rosa/go.go +++ b/internal/rosa/go.go @@ -143,7 +143,7 @@ sed -i \ go125 := t.newGo( "1.25.7", "fyylHdBVRUobnBjYj3NKBaYPUw3kGmo2mEELiZonOYurPfbarNU1x77B99Fjut7Q", - finalEnv, ` + []string{"CGO_ENABLED=0"}, ` sed -i \ 's,/lib/ld-musl-`+linuxArch()+`.so.1,/system/bin/linker,' \ cmd/link/internal/`+runtime.GOARCH+`/obj.go @@ -153,6 +153,14 @@ rm \ `, go123, ) - return go125 + return t.newGo( + "1.26.0", + "uHLcrgBc0NMcyTMDLRNAZIcOx0RyQlyekSl9xbWSwj3esEFWJysYLfLa3S8p39Nh", + finalEnv, ` +sed -i \ + 's,/lib/ld-musl-`+linuxArch()+`.so.1,/system/bin/linker,' \ + cmd/link/internal/`+runtime.GOARCH+`/obj.go +`, go125, + ) } func init() { artifactsF[Go] = Toolchain.newGoLatest } |
