We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f7fb9 + 168a3a4 commit 0087c5dCopy full SHA for 0087c5d
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}"
20
steps:
21
- name: Set up Go 1.x
22
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
23
with:
24
go-version: ${{ matrix.go-version }}
25
id: go
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
persist-credentials: false
26
27
- name: Set up Go
28
29
30
go-version: stable
31
cache: false
0 commit comments