Skip to content

Commit 4ee0a0c

Browse files
Update golangci/golangci-lint-action action to v9
1 parent 54d5781 commit 4ee0a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version-file: go.mod
2525
- name: Run linter
26-
uses: golangci/golangci-lint-action@v8
26+
uses: golangci/golangci-lint-action@v9
2727
- name: Install dependencies
2828
run: go mod download
2929
- name: Test with Go

0 commit comments

Comments
 (0)