We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cdcf15 + 4b3b54f commit fae52beCopy full SHA for fae52be
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}"
23
steps:
24
- name: Set up Go 1.x
25
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
26
with:
27
go-version: ${{ matrix.go-version }}
28
id: go
0 commit comments