Skip to content

chore(deps): bump google.golang.org/api from 0.177.0 to 0.182.0 #108

chore(deps): bump google.golang.org/api from 0.177.0 to 0.182.0

chore(deps): bump google.golang.org/api from 0.177.0 to 0.182.0 #108

Workflow file for this run

name: Test
on:
pull_request: {}
push:
branches:
- "master"
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
run: go test -v ./...