Skip to content

Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 #281

Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0

Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 #281

Workflow file for this run

name: Review
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-golangci-lint@v2
with:
level: info
github_token: ${{ secrets.GITHUB_TOKEN }}