Skip to content

chore(deps): update module github.com/go-git/go-git/v5 to v5.16.2 #536

chore(deps): update module github.com/go-git/go-git/v5 to v5.16.2

chore(deps): update module github.com/go-git/go-git/v5 to v5.16.2 #536

name: Module Swapper Tests
on:
pull_request:
branches:
- 'main'
paths:
- 'infra/module-swapper/**'
- '.github/workflows/go-module-swapper.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/module-swapper'
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: infra/module-swapper/go.mod
cache-dependency-path: infra/module-swapper/go.sum
- run: |-
go test ./... -v