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 4976125 + dd8f476 commit ff2f106Copy full SHA for ff2f106
.github/workflows/sanity.yml
@@ -17,7 +17,7 @@ jobs:
17
- goos: windows
18
goarch: amd64
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- uses: actions/setup-go@v2
22
with:
23
go-version: ${{ env.GO_VERSION }}
@@ -34,7 +34,7 @@ jobs:
34
name: "Run tests"
35
runs-on: ubuntu-latest
36
37
38
39
40
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments