Skip to content

Bump google.golang.org/api from 0.253.0 to 0.254.0 in /tools/clean #33

Bump google.golang.org/api from 0.253.0 to 0.254.0 in /tools/clean

Bump google.golang.org/api from 0.253.0 to 0.254.0 in /tools/clean #33

Workflow file for this run

name: Clean tool CI
on:
push:
branches: [ "main" ]
paths:
- 'tools/clean/**'
pull_request:
branches: [ "main" ]
paths:
- 'tools/clean/**'
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: CI checks
working-directory: ./tools/clean
run: go build ./... && go test ./...