Skip to content

Bump golang.org/x/oauth2 from 0.10.0 to 0.24.0 #111

Bump golang.org/x/oauth2 from 0.10.0 to 0.24.0

Bump golang.org/x/oauth2 from 0.10.0 to 0.24.0 #111

Workflow file for this run

name: MacUnitTest
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit_test:
name: Unit test (mac)
strategy:
matrix:
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1"
check-latest: true
- name: Run unit test
run: |
go mod download
go test -race -v ./...