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 0db8062 commit 20d5685Copy full SHA for 20d5685
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
name: cross-compilation (GOOS=${{ matrix.goos }})
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/setup-go@v2.2.0
+ - uses: actions/setup-go@v3.0.0
26
with:
27
go-version: 1.17
28
@@ -52,7 +52,7 @@ jobs:
52
name: test (${{ matrix.os }}/go-${{ matrix.go_version }}/${{ matrix.goarch }})
53
runs-on: ${{ matrix.os }}-latest
54
55
56
id: go
57
58
stable: false
0 commit comments