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 bc75e5c commit a3513adCopy full SHA for a3513ad
README.md
@@ -19,9 +19,9 @@ jobs:
19
- uses: actions/checkout@v2
20
with:
21
fetch-depth: 1
22
- - uses: dominikh/staticcheck-action@v1.1.0
+ - uses: dominikh/staticcheck-action@v1.2.0
23
24
- version: "2021.1.1"
+ version: "2022.1"
25
```
26
27
A more advanced example that runs tests, go vet and Staticcheck on multiple OSs and Go versions looks like this:
@@ -49,9 +49,9 @@ jobs:
49
go-version: ${{ matrix.go }}
50
- run: "go test ./..."
51
- run: "go vet ./..."
52
53
54
55
install-go: false
56
cache-key: ${{ matrix.go }}
57
working-directory: ${{ matrix.dir }}
0 commit comments