Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20220822191816-0ebed06d0094 to 0.27.0 in the go_modules group across 1 directory #15

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20220822191816-0ebed06d0094 to 0.27.0 in the go_modules group across 1 directory

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20220822191816-0ebed06d0094 to 0.27.0 in the go_modules group across 1 directory #15

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
cache: true
- run: go vet ./...
- run: go test ./... -race
- run: go build ./...