chore(go,binary): upgrade to Go 1.26 and alpine 3.22#441
Merged
Conversation
go: - GO_VERSION 1.25 -> 1.26 in env/builder Makefiles, skaffold buildArgs and README; UBUNTU_VERSION stays 22.04 - Rename versioned image/builder/targets go-*-1.25 -> go-*-1.26; envconfig runtimeVersion 1.26, version 1.34.0; update example spec image references - env server and builder consume the same GO_VERSION, keeping the Go plugin toolchain identical between function builds and the runtime binary: - GO_BASE_IMAGE 1.22-alpine -> 1.26-alpine, ALPINE_VERSION 3.20 -> 3.22 (Makefile + skaffold); builder base alpine:3.22 - envconfig runtimeVersion 3.22-alpine, version 1.33.0 CI: binary job setup-go 1.22 -> 1.26. environments.json regenerated. Verified locally: all four images build; binary local_test.sh passes with go 1.26. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Part of the dependency-update series (#436–#440). Updates the go and binary environments:
go
UBUNTU_VERSIONintentionally stays 22.04 (minimal change; glibc compat for plugin loading)go-env-1.25/go-builder-1.25→go-env-1.26/go-builder-1.26(Makefile targets renamed to match release-workflow derivation)envconfig.json: both entriesruntimeVersion1.26,version1.33.0 → 1.34.0; example spec image refs updatedGO_VERSIONbuild-arg, so function.sobuilds match the runtime toolchainbinary
GO_BASE_IMAGE1.22-alpine → 1.26-alpine,ALPINE_VERSION3.20 → 3.22 (3.20 enters EOL soon); builder base → alpine:3.22envconfig.json:runtimeVersion3.22-alpine,version1.32.3 → 1.33.0CI
setup-go1.22 → 1.26 (used only for the local unit test)environments.jsonregenerated.Verification (local)
go-env,go-builder,binary-env,binary-builder)binary/test/local_test.shpasses with go 1.26🤖 Generated with Claude Code