-
Notifications
You must be signed in to change notification settings - Fork 195
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 configurations for Go projects
- Update CodeQL action from version 2 to version 3 in `.github/workflows/codeql.yml` - Change the step name from "Checkout" to "Checkout repository" in `.github/workflows/goreleaser.yml` - Modify the Go version setup from 1.17 to using a version file and checking the latest in `.github/workflows/goreleaser.yml` - Adjust the GoReleaser arguments from `release --rm-dist` to `release --clean` in `.github/workflows/goreleaser.yml` - Upgrade the golangci-lint action from version 3 to version 4 in `.github/workflows/lint.yml` - Expand the Go version range from `[1.20, 1.21]` to `[1.20, 1.21, 1.22]` in `.github/workflows/lint.yml` and `.github/workflows/testing.yml` - Update the codecov action from version 3 to version 4 in `.github/workflows/testing.yml` Signed-off-by: appleboy <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 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
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