Skip to content

🌱 Bump google.golang.org/api from 0.153.0 to 0.157.0 #47

🌱 Bump google.golang.org/api from 0.153.0 to 0.157.0

🌱 Bump google.golang.org/api from 0.153.0 to 0.157.0 #47

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Run tests
run: |
make test