Skip to content

build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 #133

build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0

build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 #133

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
VERBOSE: 1
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make build
- name: Tests
run: make test