Merged
Conversation
192c134 to
82a9316
Compare
safchain
reviewed
Aug 5, 2025
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-go@v5 | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
Owner
There was a problem hiding this comment.
why not keeping the v4 & v5 which are pointing to the latest v4 & v5 version ?
Contributor
Author
There was a problem hiding this comment.
For supply chain security it's recommended.
82a9316 to
b903ea5
Compare
The upstream Go support policy is to support the latest two major versions of Go. Update the `go` directive that specifies the minimum Go version required to support Go 1.23.x. * Pin GitHub actions for supply chain security. * Add matrix test for current Go versions. * Bump golangci-lint version. Signed-off-by: SuperQ <superq@gmail.com>
b903ea5 to
8b27294
Compare
Contributor
Author
|
Would you mind cutting v0.6.2 with this change? |
Owner
|
@SuperQ , thanks for the contribution. I just released a new version. |
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.
The upstream Go support policy is to support the latest two major versions of Go. Update the
godirective that specifies the minimum Go version required to support Go 1.23.x.