Skip to content

Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.11.0 #1773

Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.11.0

Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.11.0 #1773

Workflow file for this run

name: test
on:
push:
tags:
- '!v*'
branches:
- '*'
pull_request:
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: unit tests
run: make test