We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc22553 + fd988b4 commit d006021Copy full SHA for d006021
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{matrix.runner}}
15
16
steps:
17
- - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+ - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
18
with:
19
go-version: '1.23'
20
check-latest: 'true'
.github/workflows/use-action.yaml
@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.platform }}
21
22
23
24
go-version: '1.22'
25
0 commit comments