We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7c3f0 commit ab8df69Copy full SHA for ab8df69
1 file changed
.github/workflows/go-test-windows.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Windows Go tests
37
steps:
38
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
39
- - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
+ - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
40
with:
41
go-version: ${{ needs.get-go-version.outputs.go-version }}
42
- run: |
0 commit comments