Skip to content

Commit 63668b1

Browse files
authored
Merge pull request #50 from github/dependabot/github_actions/golangci/golangci-lint-action-3.7.0
Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
2 parents b48e4ca + c1fe5d2 commit 63668b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
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@v3.6.0
21+
uses: golangci/golangci-lint-action@v3.7.0
2222
with:
2323
version: v1.47.3
2424
args: --verbose --config .golangci.yaml

0 commit comments

Comments
 (0)