Skip to content

Commit e51c30b

Browse files
authored
Merge pull request #33 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-9.1.0
Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0
2 parents 3f098a6 + 82fd4b5 commit e51c30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Lint
2020
# Third-party action, pin to commit SHA!
2121
# See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions
22-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
22+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601
2323
- name: Test
2424
run: go test -v ./...
2525

0 commit comments

Comments
 (0)