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 67bbe3d commit 1370ddbCopy full SHA for 1370ddb
website/content/docs/running-staticcheck/ci/github-actions/index.md
@@ -24,9 +24,9 @@ jobs:
24
- uses: actions/checkout@v1
25
with:
26
fetch-depth: 1
27
- - uses: dominikh/staticcheck-action@v1.1.0
+ - uses: dominikh/staticcheck-action@v1.2.0
28
29
- version: "2021.1.1"
+ version: "2022.1.1"
30
```
31
32
A more advanced example that runs tests, go vet and Staticcheck on multiple OSs and Go versions looks like this:
@@ -53,9 +53,9 @@ jobs:
53
go-version: ${{ matrix.go }}
54
- run: "go test ./..."
55
- run: "go vet ./..."
56
57
58
59
install-go: false
60
cache-key: ${{ matrix.go }}
61
0 commit comments