Skip to content

chore(deps): update go modules #298

chore(deps): update go modules

chore(deps): update go modules #298

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: infra/utils/fbf/go.mod
cache-dependency-path: infra/utils/fbf/go.sum
- run: |-
go test ./... -v