Skip to content

Commit

Permalink
Merge pull request nsqio#1450 from mreiferson/staticcheck-fix
Browse files Browse the repository at this point in the history
*: bump staticcheck-action
  • Loading branch information
mreiferson authored May 30, 2023
2 parents 49c2815 + e0fe2bc commit d1d836e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.17.x", "1.18.x", "1.19.x"]
go: ["1.18.x", "1.19.x", "1.20.x"]
arch: ["amd64", "386"]

env:
Expand All @@ -35,9 +35,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: dominikh/staticcheck-action@v1.2.0
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2022.1.3"
version: "2023.1.3"
install-go: false

code-coverage:
Expand Down

0 comments on commit d1d836e

Please sign in to comment.