Skip to content

Bump google.golang.org/api from 0.114.0 to 0.130.0 #965

Bump google.golang.org/api from 0.114.0 to 0.130.0

Bump google.golang.org/api from 0.114.0 to 0.130.0 #965

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: '1.18'
- name: Run tests
run: |
make ci
make check-tidy
make check-headers
- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
flags: unittests