-
Notifications
You must be signed in to change notification settings - Fork 59
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 and dependencies
- Update the cron schedule in the CodeQL workflow from `41 23 * * 6` to `"41 23 * * 6"` - Change the language setting in the CodeQL workflow from `[ 'go' ]` to `["go"]` - Update the CodeQL action version from `v2` to `v3` in the CodeQL workflow - Update the golangci/golangci-lint-action version from `v3` to `v4` in the Go workflow - Update the Go version from `1.20` to `1.18` in the `go.mod` file Signed-off-by: appleboy <appleboy.tw@gmail.com>
- Loading branch information
Showing
3 changed files
with
29 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/gin-contrib/pprof | ||
|
||
go 1.20 | ||
go 1.18 | ||
|
||
require github.com/gin-gonic/gin v1.9.1 | ||
|
||
|