Skip to content

Bump golang.org/x/net from 0.32.0 to 0.33.0 in the go_modules group across 1 directory #260

Bump golang.org/x/net from 0.32.0 to 0.33.0 in the go_modules group across 1 directory

Bump golang.org/x/net from 0.32.0 to 0.33.0 in the go_modules group across 1 directory #260

Workflow file for this run

name: Reviewdog
on:
pull_request:
types: [ opened, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-reviewdog
# cancel-in-progress: true
jobs:
golangci-lint:
name: 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/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: warning
golangci_lint_flags: "--config=.golangci.yaml"
filter_mode: nofilter
reporter: github-pr-review
cache: false
fail_on_error: true