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.
2 parents 7ffcd5e + f1243b9 commit 4192573Copy full SHA for 4192573
.github/workflows/codeql-analysis.yml
@@ -53,7 +53,7 @@ jobs:
53
# queries: security-extended,security-and-quality
54
55
- name: Setup Go
56
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
57
with:
58
go-version-file: 'go.mod'
59
- run: go version
.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
23
24
25
26
27
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v5
28
0 commit comments