Skip to content

Commit 44903a8

Browse files
authored
Merge pull request #7 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
Bump golangci/golangci-lint-action from 6.1.0 to 6.2.0
2 parents adfa594 + 50748f6 commit 44903a8

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@aaa42aa0628b4ae2578232a66b541047968fac86
22+
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
2323
- name: Test
2424
run: go test -v ./...
2525

0 commit comments

Comments
 (0)