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 a6730e2 commit 31327c5Copy full SHA for 31327c5
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
29
30
- name: Set up Go
31
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
32
with:
33
go-version: ${{ steps.go_version.outputs.version }}
34
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments