Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Apr 2, 2022
1 parent bc75e5c commit a3513ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1.1.0
- uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2021.1.1"
version: "2022.1"
```
A more advanced example that runs tests, go vet and Staticcheck on multiple OSs and Go versions looks like this:
Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
go-version: ${{ matrix.go }}
- run: "go test ./..."
- run: "go vet ./..."
- uses: dominikh/staticcheck-action@v1.1.0
- uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2021.1.1"
version: "2022.1"
install-go: false
cache-key: ${{ matrix.go }}
working-directory: ${{ matrix.dir }}
Expand Down

0 comments on commit a3513ad

Please sign in to comment.