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.
2 parents d26efd0 + acf7e2e commit 95838f2Copy full SHA for 95838f2
2 files changed
.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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.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