Skip to content

Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 #181

Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0

Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 #181

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test-all
pushover:
name: pushover if failure
if: github.ref_name == github.event.repository.default_branch && failure()
needs: [test]
uses: ./.github/workflows/pushover.yml