Skip to content

ci: Go 1.26.1, enable all workflows, bump upload-artifact v7#95

Merged
hanzo-dev merged 1 commit intomainfrom
ci/go-1.26.1-workflow-fixes
Mar 12, 2026
Merged

ci: Go 1.26.1, enable all workflows, bump upload-artifact v7#95
hanzo-dev merged 1 commit intomainfrom
ci/go-1.26.1-workflow-fixes

Conversation

@hanzo-dev
Copy link
Member

Summary

  • Upgrade Go from 1.26.0 to 1.26.1 — fixes 5 stdlib CVEs (html/template, os, net/url, crypto/x509 x2)
  • Bump actions/upload-artifact v6 → v7 across all release workflows (supersedes build(deps): bump actions/upload-artifact from 6 to 7 #92)
  • Enable Docker image build test in main CI
  • Re-enable check_generated_protobuf and check_mockgen CI jobs with proper GOPRIVATE/Git auth
  • Remove antithesis test stubs (not used)
  • Fix daily fuzz + merkledb fuzz: CGO_ENABLED=0, Git auth, GOPRIVATE env
  • Remove -tags pebbledb from linux builds (zapdb is the default DB)
  • Update Dockerfile GO_VERSION to 1.26.1

Closes #92 (upload-artifact bump applied manually)

Test plan

  • All CI jobs pass (Unit x4, Fuzz, Lint, buf-lint, check_generated_protobuf, check_mockgen, go_mod_tidy, test_build_image)
  • Docker image builds successfully on linux/amd64
  • Release workflow produces correct artifacts with upload-artifact v7

…rtifact v7

- Bump Go to 1.26.1 (fixes 5 stdlib CVEs: html/template, os, net/url, crypto/x509)
- Bump actions/upload-artifact v6 → v7 across all release workflows
- Enable Docker image build test in CI
- Enable protobuf generation check (check_generated_protobuf)
- Enable mock generation check (check_mockgen)
- Remove antithesis test stubs (not used)
- Fix daily fuzz tests: add CGO_ENABLED=0 + Git auth + GOPRIVATE
- Fix fuzz_merkledb: add CGO_ENABLED=0 + Git auth + GOPRIVATE
- Remove -tags pebbledb from linux binary builds (zapdb is default)
- Update Dockerfile GO_VERSION to 1.26.1
@hanzo-dev hanzo-dev merged commit 81330d2 into main Mar 12, 2026
15 of 18 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