Skip to content

chore: pin workflows to go 1.26.x to unblock dependabot rollups#16

Merged
ogulcanaydogan merged 1 commit into
mainfrom
chore/v1.3.1-go-1.26-workflow-bump
May 20, 2026
Merged

chore: pin workflows to go 1.26.x to unblock dependabot rollups#16
ogulcanaydogan merged 1 commit into
mainfrom
chore/v1.3.1-go-1.26-workflow-bump

Conversation

@ogulcanaydogan
Copy link
Copy Markdown
Owner

Summary

Test plan

The weekly Go dependency rollup (PR #13) bumps go.mod to require Go 1.26.0
because hugot v0.7.2 (and a few transitives) need it. Workflows were still
pinned to 1.25.x, causing golangci-lint and tests to fail with:

  go: go.mod requires go >= 1.26.0 (running go 1.25.9; GOTOOLCHAIN=local)

Bumps actions/setup-go inputs in ci.yml (5 jobs) and release.yml (1 job)
from 1.25.x to 1.26.x. main go.mod is still 1.25.6 today, but 1.26.x can
build it without issue, so this lands cleanly before Dependabot rebases #13.
@ogulcanaydogan ogulcanaydogan merged commit 2c796de into main May 20, 2026
12 checks passed
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