Skip to content

Commit 57dbc2d

Browse files
chore(deps): update golangci/golangci-lint-action action to v8
1 parent 38e79ce commit 57dbc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v7
25+
uses: golangci/golangci-lint-action@v8
2626
with:
2727
args: --issues-exit-code=0 --timeout=3m ./...

0 commit comments

Comments
 (0)