Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 #364

chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0

chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 #364

Workflow file for this run

# GitHub Actions Workflow definition for running linters
name: static-analysis
on: [pull_request]
jobs:
linters:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/[email protected]
with:
version: v1.51.2