-
Notifications
You must be signed in to change notification settings - Fork 4
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 configurations
- Change the cron schedule from `'41 23 * * 6'` to `"41 23 * * 6"` in the file `.github/workflows/codeql.yml` - Change the value of `language` from `['go']` to `["go"]` in the file `.github/workflows/codeql.yml` - Update the `actions/checkout` version from `v3` to `v4` in the file `.github/workflows/codeql.yml` - Update the `actions/setup-go` version from `v3` to `v4` in the file `.github/workflows/go.yml` - Change the `go-version` from `'^1.16'` 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 list of `go` versions from `[1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20']` to `[1.18, 1.19, "1.20", 1.21]` in the file `.github/workflows/go.yml` - Update the `actions/setup-go` version from `v3` to `v4` in the file `.github/workflows/go.yml` - Update the `actions/checkout` version from `v3` to `v4` in the file `.github/workflows/goreleaser.yml` - Update the `actions/setup-go` version from `v2` to `v4` in the file `.github/workflows/goreleaser.yml` - Update the `goreleaser/goreleaser-action` version from `v3` to `v5` in the file `.github/workflows/goreleaser.yml` Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 additions
and
26 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