Skip to content

Bump github.com/googleapis/gax-go/v2 from 2.11.0 to 2.12.0 (#1501) #1397

Bump github.com/googleapis/gax-go/v2 from 2.11.0 to 2.12.0 (#1501)

Bump github.com/googleapis/gax-go/v2 from 2.11.0 to 2.12.0 (#1501) #1397

Workflow file for this run

name: Snifftest
on:
push:
tags:
- v*
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
Snifftest:
name: Run Snifftest
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: Run Snifftest
run: make snifftest