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.
2 parents 152e54e + f16f0c4 commit 2132ccdCopy full SHA for 2132ccd
.github/workflows/windows.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.platform }}
10
steps:
11
- name: Install Go
12
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
go-version: ${{ matrix.go }}
43
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
- name: Install Tools
0 commit comments