Skip to content

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #42

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #42

Workflow file for this run

name: Reviewdog
on:
pull_request:
paths-ignore:
- '**.md'
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
# optionally use a specific version of Go rather than the default one
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
args: --disable-all -E goimports,misspell,whitespace
version: latest