Skip to content

chore(deps): Bump google.golang.org/api from 0.199.0 to 0.204.0 #829

chore(deps): Bump google.golang.org/api from 0.199.0 to 0.204.0

chore(deps): Bump google.golang.org/api from 0.199.0 to 0.204.0 #829

Workflow file for this run

name: "Build"
on:
push:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- amd64
os:
- linux
- darwin
- windows
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version: 1.22
- run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build .