Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 9db2beb

Browse files
authored
Merge pull request #72 from gofiber/dependabot/github_actions/reviewdog/action-golangci-lint-2
Bump reviewdog/action-golangci-lint from 1 to 2
2 parents 2299527 + 4f6a925 commit 9db2beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Fetch Repository
1313
uses: actions/checkout@v3.1.0
1414
- name: Run Golint
15-
uses: reviewdog/action-golangci-lint@v1
15+
uses: reviewdog/action-golangci-lint@v2
1616
with:
1717
golangci_lint_flags: "--tests=false"

0 commit comments

Comments
 (0)