-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update GitHub Actions configuration for Go workflows
- Change the cron expression from `'30 1 * * 0'` to `"30 1 * * 0"` in the file `.github/workflows/codeql.yaml` - Change the language option from `[ 'go']` to `["go"]` in the file `.github/workflows/codeql.yaml` - Update the `actions/checkout` version from `v3` to `v4` in the file `.github/workflows/codeql.yaml` - Change the go version from `'^1'` to `"^1"` in the file `.github/workflows/go.yml` - Update the `actions/checkout` version from `v3` to `v4` in the file `.github/workflows/go.yml` - Change the go version options from `[1.17, 1.18, 1.19, '1.20']` to `[1.18, 1.19, "1.20", 1.21]` in the file `.github/workflows/go.yml` - Change the tags expression from `'*'` to `"*"` in the file `.github/workflows/goreleaser.yml` - Update the `actions/checkout` version from `v3` to `v4` in the file `.github/workflows/goreleaser.yml` - Change the go version from `1.17` to `1.18` in the file `.github/workflows/goreleaser.yml` - Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
18 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