-
Notifications
You must be signed in to change notification settings - Fork 1
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 workflows for Go and CodeQL
- Change the cron schedule from `'30 1 * * 0'` to `"30 1 * * 0"` in `.github/workflows/codeql.yaml` - Change the value of `language` from `['go']` to `["go"]` in `.github/workflows/codeql.yaml` - Update the `uses` value from `actions/checkout@v3` to `actions/checkout@v4` in `.github/workflows/codeql.yaml` - Update the `uses` value from `actions/setup-go@v3` to `actions/setup-go@v4` in `.github/workflows/go.yml` - Change the value of `go-version` from `'1'` to `"^1"` in `.github/workflows/go.yml` - Update the `uses` value from `actions/checkout@v3` to `actions/checkout@v4` in `.github/workflows/go.yml` - Add a new job in `.github/workflows/go.yml` - Change the value of `go` from `[1.17, 1.18, 1.19]` to `[1.18, 1.19, "1.20", 1.21]` in `.github/workflows/go.yml` - Update the `uses` value from `actions/setup-go@v3` to `actions/setup-go@v4` in `.github/workflows/go.yml` - Update the `uses` value from Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
23 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