Skip to content

Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.16.5 #25

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

Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.16.5 #25

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
go: [ '1.23.1' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Tests
run: |
make test/units test/bench