8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17c11b commit 863d80fCopy full SHA for 863d80f
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Checkout
44
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # https://github.com/actions/checkout/releases/tag/v3.5.3
45
- name: Set up Go
46
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # https://github.com/actions/setup-go/releases/tag/v4.0.1
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # https://github.com/actions/setup-go/releases/tag/v4.1.0
47
with:
48
go-version: ${{ matrix.go }}
49
- name: Go mod download
0 commit comments