Skip to content

Commit 532be7d

Browse files
chore(deps): update dominikh/staticcheck-action action to v1.4.0 (#689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74fa488 commit 532be7d

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 == 'stable'
33-
uses: dominikh/staticcheck-action@v1.3.1
33+
uses: dominikh/staticcheck-action@v1.4.0
3434
with:
3535
version: "latest"
3636
install-go: false

0 commit comments

Comments
 (0)