Skip to content

🌱 Bump google.golang.org/api from 0.287.0 to 0.290.0 #2024

🌱 Bump google.golang.org/api from 0.287.0 to 0.290.0

🌱 Bump google.golang.org/api from 0.287.0 to 0.290.0 #2024

Workflow file for this run

name: Go API Diff
on:
pull_request:
jobs:
go-apidiff:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version: 1.25.x
- name: Generate API diff
run: make apidiff