Skip to content

chore(deps): bump golang from 1.22 to 1.23 in /.github/go #192

chore(deps): bump golang from 1.22 to 1.23 in /.github/go

chore(deps): bump golang from 1.22 to 1.23 in /.github/go #192

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"