Skip to content

chore(deps): bump google.golang.org/api from 0.148.0 to 0.150.0 #599

chore(deps): bump google.golang.org/api from 0.148.0 to 0.150.0

chore(deps): bump google.golang.org/api from 0.148.0 to 0.150.0 #599

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- main
- "release/*"
pull_request:
jobs:
unit:
name: unit
runs-on: 'ubuntu-20.04'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '~1.21.0'
check-latest: true
cache: true
- run: go version
- run: go mod download # Not required, used to segregate module download vs test times
- run: make test
- uses: codecov/codecov-action@v2