Skip to content

build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 #126

build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0

build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 #126

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: latest
args: --timeout 3m --verbose