-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: refactor CI/CD workflows and dependencies
- Update the CodeQL GitHub action from v2 to v3 in codeql.yml - Add checkout step with actions/checkout@v4 in go.yml - Replace hardcoded go-version with dynamic version from go.mod and enable latest version check in go.yml - Update the golangci-lint GitHub action from v3 to v4 in go.yml - Add Go version 1.22 to the test matrix in go.yml - Update the cache action from v3 to v4 in go.yml - Replace hardcoded go-version with dynamic version from go.mod and enable latest version check in goreleaser.yml - Change goreleaser argument from `--rm-dist` to `--clean` in goreleaser.yml Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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