Skip to content

ci: use patched Go for release workflow#34

Merged
rokernel merged 1 commit into
masterfrom
fix/release-patched-go
May 29, 2026
Merged

ci: use patched Go for release workflow#34
rokernel merged 1 commit into
masterfrom
fix/release-patched-go

Conversation

@rokernel
Copy link
Copy Markdown
Owner

Summary

  • Use patched Go 1.25.x in the release workflow instead of exact go.mod Go 1.25.0.
  • Keeps release trigger, permissions, GoReleaser, GHCR login, govulncheck, Syft, and attestations unchanged.

Why

The first v0.1.0 release workflow failed before publishing because setup-go installed exact Go 1.25.0 from go.mod, and govulncheck reported fixed standard library vulnerabilities.

Test

  • go test ./...
  • go build ./...
  • /var/home/victor/go/bin/govulncheck ./...
  • /var/home/victor/go/bin/actionlint

@rokernel rokernel merged commit 452d0ff into master May 29, 2026
5 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