We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca3a22 commit 303ee03Copy full SHA for 303ee03
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
20
- name: Set up Go
21
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
+ uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
22
with:
23
go-version: '${{ env.GO_VERSION }}'
24
id: go
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Set up Go 1.20.x
0 commit comments