-
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: update GitHub Actions configuration
- Change the cron expression from `'30 1 * * 0'` to `"30 1 * * 0"` in the file `.github/workflows/codeql.yaml` - Change the value of `language` from `['go']` to `["go"]` in the file `.github/workflows/codeql.yaml` - Update the version of `actions/setup-go` from `v3` to `v4` in the file `.github/workflows/go.yml` - Update the `go-version` from `'^1'` to `"^1.21"` in the file `.github/workflows/go.yml` - Update the `version` from `v1.49.0` to `latest` in the file `.github/workflows/go.yml` - Add the `1.20` and `1.21` versions to the `go` list in the file `.github/workflows/go.yml` - Update the version of `actions/setup-go` from `v3` to `v4` in the file `.github/workflows/go.yml` - Change the value of `'*'` to `"*"` in the file `.github/workflows/goreleaser.yml` - Change the name of the job from `Checkout` to `Checkout` in the file `.github/workflows/goreleaser.yml` - Update the version of `actions/setup-go` from `v2` to `v4` in the file `.github/workflows/g Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
- 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