Skip to content

build(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.15.0 #126

build(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.15.0

build(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.15.0 #126

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
VERBOSE: 1
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make build
- name: Tests
run: make test