We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5793112 + f9fd66d commit 65d594aCopy full SHA for 65d594a
.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
0 commit comments