Skip to content

build(deps): bump go.uber.org/mock from 0.4.0 to 0.5.0 #353

build(deps): bump go.uber.org/mock from 0.4.0 to 0.5.0

build(deps): bump go.uber.org/mock from 0.4.0 to 0.5.0 #353

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: golangci-lint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/.golangci.yml"