Skip to content

Commit fa85428

Browse files
committed
Update golangci-lint-action v6 -> v9
1 parent 1f494e8 commit fa85428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Check if go.mod and go.sum are up-to-date
115115
run: go mod tidy -diff
116116
- name: Run golangci-lint
117-
uses: golangci/golangci-lint-action@v6
117+
uses: golangci/golangci-lint-action@v9
118118
with:
119119
version: v2.6.2 # Should match .pre-commit-config.yaml
120120
args: --timeout=20m

0 commit comments

Comments
 (0)