Skip to content

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 #413

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 #413

Workflow file for this run

name: ci
on: [push, pull_request]
env:
GO111MODULE: on
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15'
- run: go get -u github.com/go-bindata/go-bindata/...
- run: make
- run: make test