Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 #16

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

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 #16

Workflow file for this run

name: squealer lint
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
- run: go version
- name: Lint
run: make quality