Skip to content

Bump cloud.google.com/go/pubsub from 1.45.2 to 1.45.3 (#38) #94

Bump cloud.google.com/go/pubsub from 1.45.2 to 1.45.3 (#38)

Bump cloud.google.com/go/pubsub from 1.45.2 to 1.45.3 (#38) #94

Workflow file for this run

name: go
concurrency:
group: ${{ github.workflow }}/${{ github.ref_name }}
on:
push:
paths:
- '**.go'
- '**.mod'
- '**.sum'
- '.github/workflows/go.yml'
branches:
- main
pull_request:
paths:
- '**.go'
- '**.mod'
- '**.sum'
- '.github/workflows/go.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run tests
run: go test -race ./...