Skip to content
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 #1605

build(deps): update golang docker tag to v1.21.5

build(deps): update golang docker tag to v1.21.5 #1605

Workflow file for this run

name: reviewdog
on: [ pull_request ]
jobs:
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2.5.0
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"