Skip to content

Build(deps): Bump golang.org/x/oauth2 from 0.12.0 to 0.25.0 #119

Build(deps): Bump golang.org/x/oauth2 from 0.12.0 to 0.25.0

Build(deps): Bump golang.org/x/oauth2 from 0.12.0 to 0.25.0 #119

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
paths:
- "pkg/**"
- "cmd/**"
- "go.*"
- ".github/workflows/test.yml"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-go@v2
with:
go-version: '~1.19'
- name: Test
run: |
make test-all