Skip to content

Bump google.golang.org/api from 0.188.0 to 0.189.0 #786

Bump google.golang.org/api from 0.188.0 to 0.189.0

Bump google.golang.org/api from 0.188.0 to 0.189.0 #786

Workflow file for this run

name: Go CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...