Skip to content

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 #1280

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 #1280

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: Build
run: make build-all
- name: Unit Tests
run: make unit-test