-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: "Refactor CI/CD workflows for Go environment"
- Standardize cron syntax to use double quotes in codeql.yml - Update CodeQL action version from v2 to v3 in codeql.yml - Change Go version specification to use latest major version in go.yml - Remove specific version of setup-go action in go.yml - Narrow down supported Go versions to 1.18, 1.19, "1.20", 1.21, and 1.22 in go.yml - Standardize tag pattern to use double quotes in goreleaser.yml - Consolidate Checkout and Set up Go steps by removing extra dashes in goreleaser.yml - Update Go version in goreleaser.yml to use latest major version - Update GoReleaser action to v5 in goreleaser.yml Signed-off-by: appleboy <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
28 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