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 8eedd67 commit 87d392dCopy full SHA for 87d392d
.github/workflows/integration-test.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Set up Go
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v6
19
with:
20
go-version: '1.24'
21
.github/workflows/release-builder.yml
@@ -26,7 +26,7 @@ jobs:
26
run: echo "RELEASE_VERSION=${RELEASE_VERSION%-krew}" >> $GITHUB_ENV
27
28
29
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
+ uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4.2.1
30
31
go-version: '1.24.3'
32
0 commit comments