Skip to content

Commit acea5bc

Browse files
authoredOct 3, 2024··
Merge pull request #89 from github/dependabot/github_actions/golangci/golangci-lint-action-6.1.1
Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
2 parents e6a9114 + 472b1ec commit acea5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: "1.18.5"
1919

2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v6.1.0
21+
uses: golangci/golangci-lint-action@v6.1.1
2222
with:
2323
version: v1.47.3
2424
args: --verbose --config .golangci.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.