This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
build(deps): update golang docker tag to v1.21.5 #1620
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: reviewdog | |
on: [ pull_request ] | |
jobs: | |
reviewdog: | |
name: reviewdog | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code. | |
uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- name: golangci-lint | |
uses: reviewdog/[email protected] | |
with: | |
go_version_file: "go.mod" | |
tool_name: "github-pr-review" | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
fail_on_error: true | |
reviewdog_version: v0.14.2 | |
golangci_lint_version: v1.53.3 | |
golangci_lint_flags: "--timeout=10m" |