Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 #119

chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0

chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 #119

Workflow file for this run

on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- run: go mod download
- run: go test ./...