Skip to content

Bump golang.org/x/mod from 0.15.0 to 0.17.0 #80

Bump golang.org/x/mod from 0.15.0 to 0.17.0

Bump golang.org/x/mod from 0.15.0 to 0.17.0 #80

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: golangci-lint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/.golangci.yml"