Skip to content

Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 #126

Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0

Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 #126

Workflow file for this run

---
on:
- push
- pull_request
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...
- name: Compile
run: go build ./...