Skip to content

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

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 #601

Workflow file for this run

name: "Test"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test ./...