Skip to content

Bump github.com/googleapis/gax-go/v2 from 2.12.3 to 2.12.4 #115

Bump github.com/googleapis/gax-go/v2 from 2.12.3 to 2.12.4

Bump github.com/googleapis/gax-go/v2 from 2.12.3 to 2.12.4 #115

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- '**'
name: Update README check
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: generate README.md
run: make README.md
- name: check for uncommitted changes
run: git diff --exit-code