ci: bump the Go toolchain pin to 1.26.8 (go.mod + the two workflow image digests) #473
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#473
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
scripts/check-go-version.shfails locally: the installed toolchain is go1.26.8 andgo.moddeclaresgo 1.26.6. CI is green only because its digest-pinnedgolang:1.26-trixieimage still bundles 1.26.6.Per
docs/contributing/ci.md("Bumping the Go patch release") the three places move together in one commit:image:digest fordocker.io/golang:1.26-trixiein.forgejo/workflows/ci.yml(two jobs) and.forgejo/workflows/drift.yml(two jobs), plus thedocker.io/golang:1.26digest in drift.yml;godirective ingo.mod;GOTOOLCHAIN: local), which the new image provides.Never downgrade the host to 1.26.6 to make the check pass. No architecture decision is touched; this is the routine patch-release bump the CI doc describes.
Acceptance
go.moddeclaresgo 1.26.8.GOLANG_VERSIONis 1.26.8../scripts/gate.shpasses locally on a 1.26.8 host and in CI.go mod tidy -diffis empty.