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 4f4e021 + 2257914 commit b0916a3Copy full SHA for b0916a3
.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@v4
+ uses: actions/setup-go@v6
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
go-version: ${{ matrix.go }}
62
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
- name: Install Tools
0 commit comments