We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aaecb5 commit 0dc50a2Copy full SHA for 0dc50a2
2 files changed
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
password: ${{ secrets.QUAY_TOKEN }}
50
51
- name: Set up Go
52
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
+ uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
53
with:
54
go-version: '1.22'
55
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
29
- name: Install Go
30
31
32
33
0 commit comments