Skip to content

Commit bf1f997

Browse files
committed
Bump staticcheck version
1 parent 9ec77b3 commit bf1f997

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
run: gofmt -d -e . 2>&1 | tee outfile && test -z "$(cat outfile)" && rm outfile
3131
- name: Run staticcheck
3232
if: matrix.go-version == '1.20.x'
33-
uses: dominikh/staticcheck-action@v1.2.0
33+
uses: dominikh/staticcheck-action@v1.3.0
3434
with:
35-
version: "2022.1.1"
35+
version: "2023.1.3"
3636
install-go: false
3737
cache-key: ${{ matrix.go }}
3838

0 commit comments

Comments
 (0)