Skip to content

build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#978) #761

build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#978)

build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#978) #761

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
env:
SKIP_TESTS: true
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: echo "unit test"