Skip to content

Bump golang.org/x/oauth2 from 0.7.0 to 0.23.0 #108

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

Bump golang.org/x/oauth2 from 0.7.0 to 0.23.0 #108

Workflow file for this run

name: golangci-lint
on:
push:
tags: [ 'v*' ]
branches: [ 'main', 'release-*']
pull_request:
branches: [ 'main', 'release-*']
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v4