Skip to content

Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 #53

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

Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 #53

Workflow file for this run

name: Tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.18.4"
- name: build
run: make build
- name: test
run: make test-integration