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

Commit d6c87b1

Browse files
authored
Merge pull request #133 from gofiber/dependabot/github_actions/reviewdog/action-golangci-lint-2
Bump reviewdog/action-golangci-lint from 1 to 2
2 parents 4fa154e + c79d998 commit d6c87b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- name: Fetch Repository
88
uses: actions/checkout@v3.1.0
99
- name: Run Golint
10-
uses: reviewdog/action-golangci-lint@v1
10+
uses: reviewdog/action-golangci-lint@v2
1111
with:
1212
golangci_lint_flags: "--tests=false"

0 commit comments

Comments
 (0)