Skip to content

Bump cloud.google.com/go from 0.112.0 to 0.112.1 #40

Bump cloud.google.com/go from 0.112.0 to 0.112.1

Bump cloud.google.com/go from 0.112.0 to 0.112.1 #40

Workflow file for this run

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