Skip to content

chore(ci): bump Go version from 1.22 to 1.23 in CI workflow#7

Merged
shenxianpeng merged 2 commits into
mainfrom
chore/bump-ci-go-version
May 25, 2026
Merged

chore(ci): bump Go version from 1.22 to 1.23 in CI workflow#7
shenxianpeng merged 2 commits into
mainfrom
chore/bump-ci-go-version

Conversation

@shenxianpeng
Copy link
Copy Markdown
Contributor

Summary

Fix CI build failures caused by Go version mismatch.

Problem

go.mod requires go >= 1.23.0 but the CI workflow was pinned to go-version: "1.22". The setup-go action sets GOTOOLCHAIN=local, which prevents Go from auto-downloading a newer toolchain, causing the build to fail immediately with:

go: go.mod requires go >= 1.23.0 (running go 1.22.12; GOTOOLCHAIN=local)

Fix

Bumped both setup-go steps (build & dogfood jobs) from 1.22 to 1.23.

Related

Fixes CI failure: https://github.com/open-delivery-spec/cli/actions/runs/26392977680

go.mod requires go >= 1.23.0 but CI was pinned to 1.22.
The setup-go action sets GOTOOLCHAIN=local which prevents
auto-downloading a newer toolchain, causing builds to fail
with: go.mod requires go >= 1.23.0 (running go 1.22.12)
@shenxianpeng shenxianpeng added the bug Something isn't working label May 25, 2026
@shenxianpeng shenxianpeng merged commit e975c40 into main May 25, 2026
4 checks passed
@shenxianpeng shenxianpeng deleted the chore/bump-ci-go-version branch May 25, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant