We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bc5d0f + 426c545 commit 4b0d5a4Copy full SHA for 4b0d5a4
2 files changed
.github/workflows/tagpr.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
ref: ${{ steps.tagpr.outputs.tag }}
21
- name: Set up Go
22
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v4
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v4
23
if: ${{ steps.tagpr.outputs.tag != '' }}
24
25
go-version: "1.21"
.github/workflows/test.yaml
@@ -28,7 +28,7 @@ jobs:
28
- 8000:8000
29
steps:
30
31
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v1
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v1
32
33
go-version: ${{ matrix.go }}
34
id: go
0 commit comments