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