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 4e48a13 commit ee105ebCopy full SHA for ee105eb
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
name: cross-compilation (GOOS=${{ matrix.goos }}, GOARCH=${{ matrix.goarch }})
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/setup-go@v3.5.0
+ - uses: actions/setup-go@v4.0.0
29
with:
30
go-version: "1.20"
31
@@ -56,7 +56,7 @@ jobs:
56
name: tests (${{ matrix.os }}/go-${{ matrix.go-version }}/${{ matrix.goarch }})
57
runs-on: ${{ matrix.os }}-latest
58
59
60
id: go
61
62
go-version: ${{ matrix.go-version }}
@@ -83,7 +83,7 @@ jobs:
83
name: integration tests (${{ matrix.os }})
84
85
86
87
88
89
0 commit comments