ci: Go 1.26.1, enable all workflows, bump upload-artifact v7#95
Merged
ci: Go 1.26.1, enable all workflows, bump upload-artifact v7#95
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/upload-artifactv6 → v7 across all release workflows (supersedes build(deps): bump actions/upload-artifact from 6 to 7 #92)check_generated_protobufandcheck_mockgenCI jobs with proper GOPRIVATE/Git auth-tags pebbledbfrom linux builds (zapdb is the default DB)Closes #92 (upload-artifact bump applied manually)
Test plan