Skip to content

chore(deps): update module google.golang.org/api to v0.187.0 #227

chore(deps): update module google.golang.org/api to v0.187.0

chore(deps): update module google.golang.org/api to v0.187.0 #227

Workflow file for this run

name: Flaky Build Finder Tests
on:
pull_request:
branches:
- 'master'
paths:
- 'infra/utils/fbf/**'
- '.github/workflows/go-fbf-test.yml'
concurrency:
group: '${{github.workflow}}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
unit:
name: ${{ matrix.operating-system }} unit tests
runs-on: ${{ matrix.operating-system }}
defaults:
run:
shell: bash
working-directory: 'infra/utils/fbf'
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: infra/utils/fbf/go.mod
cache-dependency-path: infra/utils/fbf/go.sum
- run: |-
go test ./... -v