Skip to content

Bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in the go_modules group across 1 directory #105

Bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in the go_modules group across 1 directory

Bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in the go_modules group across 1 directory #105

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- name: Build and Test
run: make
env:
GOPATH: /home/runner/go