Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 #112

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

chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 #112

Workflow file for this run

name: squealer build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: building squealer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.20.0' # The Go version to download (if necessary) and use.
- run: go version
- name: Run test
run: make test