Skip to content

chore(go): bump golang.org/x/oauth2 from 0.17.0 to 0.19.0 #113

chore(go): bump golang.org/x/oauth2 from 0.17.0 to 0.19.0

chore(go): bump golang.org/x/oauth2 from 0.17.0 to 0.19.0 #113

Workflow file for this run

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