Skip to content

Commit 153db4e

Browse files
chore(deps): update dominikh/staticcheck-action action to v1.3.1 (#614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27ad3c2 commit 153db4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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/[email protected].0
33+
uses: dominikh/[email protected].1
3434
with:
3535
version: "2023.1.3"
3636
install-go: false

0 commit comments

Comments
 (0)