Skip to content

Commit 02d599c

Browse files
Update golangci/golangci-lint-action action to v9 (#523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef48abc commit 02d599c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
go-version-file: go.mod
4646
- run: go vet ./...
4747
- name: Run golangci-lint
48-
uses: golangci/golangci-lint-action@v8
48+
uses: golangci/golangci-lint-action@v9
4949
with:
5050
version: latest
5151
verify: false

0 commit comments

Comments
 (0)