Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update GitHub Actions workflows for Go projects
- Update the `fetch-depth` value to `0` in the workflow for `go.yml` - Update the `golangci/golangci-lint-action` version from `v3` to `v4` in the workflow for `go.yml` - Change the step name from `Checkout` to `Checkout repository` in the workflow for `goreleaser.yml` - Update the `actions/setup-go` version to `v5` in the workflow for `goreleaser.yml` - Modify the `args` value to `release --clean` in the workflow for `goreleaser.yml` Signed-off-by: appleboy <appleboy.tw@gmail.com>
- Loading branch information