Skip to content

build(deps): bump google.golang.org/api from 0.257.0 to 0.265.0 #228

build(deps): bump google.golang.org/api from 0.257.0 to 0.265.0

build(deps): bump google.golang.org/api from 0.257.0 to 0.265.0 #228

Workflow file for this run

name: "🧪 Tests"
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
go-test:
name: "Run Tests"
strategy:
matrix:
go-version: [1.25.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: echo "Tests skipped"