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

Commit c79d998

Browse files
Bump reviewdog/action-golangci-lint from 1 to 2
Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 1 to 2. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](reviewdog/action-golangci-lint@v1...v2) --- updated-dependencies: - dependency-name: reviewdog/action-golangci-lint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f650d5a commit c79d998

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@v2
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)