Skip to content

Bump google.golang.org/api from 0.126.0 to 0.154.0 #673

Bump google.golang.org/api from 0.126.0 to 0.154.0

Bump google.golang.org/api from 0.126.0 to 0.154.0 #673

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
test-build:
name: Test & Build
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/setup-go@v2
with:
go-version: '1.17.5'
- name: checkout
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
- name: testing
run: make test