We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa579a commit dfe98a1Copy full SHA for dfe98a1
2 files changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
32
33
- name: Set up Go
34
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
35
with:
36
go-version: ${{ steps.go_version.outputs.version }}
37
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
38
39
40
41
42
43
0 commit comments