Skip to content

Bump cloud.google.com/go from 0.116.0 to 0.117.0 (#60) #146

Bump cloud.google.com/go from 0.116.0 to 0.117.0 (#60)

Bump cloud.google.com/go from 0.116.0 to 0.117.0 (#60) #146

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
build:
permissions:
contents: "read"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
cache: true
cache-dependency-path: |
go.sum
cli/go.sum
- run: go version
- name: Test
run: go test -v -race ./...