-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update Go workflows to use actions/setup-go@v4 and support Go 1.21
- Update the `go.yml` workflow to use `actions/setup-go@v4` instead of `actions/setup-go@v3` - Add `1.21` as a supported version of Go in the `go.yml` workflow - Update the `goreleaser.yml` workflow to use `actions/setup-go@v4` instead of `actions/setup-go@v2` - Change the Go version in the `goreleaser.yml` workflow to `1.17` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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