-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: refine Go workflows and update actions versions
- Add checkout step with `fetch-depth: 0` to `go.yml` workflow - Specify `go-version-file` and enable `check-latest` in `go.yml` workflow - Update GitHub Actions versions to v4 for checkout, cache, and codecov in `go.yml` workflow - Rename and add setup steps for Go in `goreleaser.yml` workflow - Change `goreleaser` arguments from `--rm-dist` to `--clean` in `goreleaser.yml` workflow Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
9 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