Skip to content

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

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 #46

Workflow file for this run

name: golangci-lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Go
uses: actions/[email protected]
with:
go-version: stable
check-latest: true
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
only-new-issues: true