We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d712eb2 commit 8fe9644Copy full SHA for 8fe9644
.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/checkout@v4
42
43
- name: Install Go
44
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
45
with:
46
go-version-file: go.mod
47
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
35
- name: Setup Go environment
36
37
38
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
39
go-version: 1.19
0 commit comments