Skip to content

Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.11.0 #97

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

Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.11.0 #97

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
cache: false
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v3
with:
version: v1.55.1