Skip to content

Commit 8b9f2d3

Browse files
dependabot(deps): bump golangci/golangci-lint-action from 3 to 4 (#147)
1 parent f538166 commit 8b9f2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
args: -quiet -exclude=G107 ./...
2020
- name: Run golangci-lint
21-
uses: golangci/golangci-lint-action@v3
21+
uses: golangci/golangci-lint-action@v4
2222
with:
2323
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2424
# version: v1.46

0 commit comments

Comments
 (0)