Skip to content

Commit a3513ad

Browse files
committed
Update versions in README
1 parent bc75e5c commit a3513ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 1
22-
- uses: dominikh/staticcheck-action@v1.1.0
22+
- uses: dominikh/staticcheck-action@v1.2.0
2323
with:
24-
version: "2021.1.1"
24+
version: "2022.1"
2525
```
2626
2727
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:
4949
go-version: ${{ matrix.go }}
5050
- run: "go test ./..."
5151
- run: "go vet ./..."
52-
- uses: dominikh/staticcheck-action@v1.1.0
52+
- uses: dominikh/staticcheck-action@v1.2.0
5353
with:
54-
version: "2021.1.1"
54+
version: "2022.1"
5555
install-go: false
5656
cache-key: ${{ matrix.go }}
5757
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)