We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8daeeae + dc72ba7 commit 8c6791aCopy full SHA for 8c6791a
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
+ - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
12
with:
13
go-version: '1.22'
14
check-latest: 'true'
.github/workflows/use-action.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.platform }}
19
20
21
22
23
24
0 commit comments