Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2