Skip to content

Update module github.com/go-git/go-git/v5 to v5.18.0 [SECURITY] #290

Update module github.com/go-git/go-git/v5 to v5.18.0 [SECURITY]

Update module github.com/go-git/go-git/v5 to v5.18.0 [SECURITY] #290

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.25'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.4.0