You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update GitHub Actions workflows for Go projects
- Update CodeQL action to version 3 in `.github/workflows/codeql.yml`
- Update `actions/checkout` to version 4 and add `fetch-depth: 0` in `.github/workflows/go.yml`
- Update `golangci/golangci-lint-action` to version 4 in `.github/workflows/go.yml`
- Update `actions/cache` to version 4 in `.github/workflows/go.yml`
- Update `codecov/codecov-action` to version 4 in `.github/workflows/go.yml`
- Change the name of the step from "Checkout" to "Checkout repository" in `.github/workflows/goreleaser.yml`
- Update `actions/setup-go` to version 5 and add `go-version-file: go.mod` and `check-latest: true` in `.github/workflows/goreleaser.yml`
- Change the `args` from `release --rm-dist` to `release --clean` in `.github/workflows/goreleaser.yml`
Signed-off-by: appleboy <[email protected]>
0 commit comments