Skip to content

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #229

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

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #229

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.23.x'
- name: Install dependencies
run: go mod download
- name: Test with the Go CLI
run: go test -v ./...