We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec77b3 commit bf1f997Copy full SHA for bf1f997
1 file changed
.github/workflows/test.yml
@@ -30,9 +30,9 @@ jobs:
30
run: gofmt -d -e . 2>&1 | tee outfile && test -z "$(cat outfile)" && rm outfile
31
- name: Run staticcheck
32
if: matrix.go-version == '1.20.x'
33
- uses: dominikh/staticcheck-action@v1.2.0
+ uses: dominikh/staticcheck-action@v1.3.0
34
with:
35
- version: "2022.1.1"
+ version: "2023.1.3"
36
install-go: false
37
cache-key: ${{ matrix.go }}
38
0 commit comments