Skip to content

Commit 158a03e

Browse files
Update golangci/golangci-lint-action action to v9
1 parent 2efd66c commit 158a03e

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
@@ -52,7 +52,7 @@ jobs:
5252
run: go mod tidy && git diff --exit-code go.mod go.sum
5353

5454
- name: Lint
55-
uses: golangci/golangci-lint-action@v8
55+
uses: golangci/golangci-lint-action@v9
5656
with:
5757
version: ${{ env.GOLANGCI_VERSION }}
5858

0 commit comments

Comments
 (0)