Skip to content

Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 #672

Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0

Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 #672

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.61.0
go-mod-tidy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- run: |
go mod tidy
git diff --exit-code