Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.5 in /ignite/internal/tools/gen-mig-diffs #16599

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.5 in /ignite/internal/tools/gen-mig-diffs

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.5 in /ignite/internal/tools/gen-mig-diffs #16599

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- run: ./scripts/test