Skip to content

Update module github.com/go-git/go-git/v5 to v5.11.0 [SECURITY] #20

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

Update module github.com/go-git/go-git/v5 to v5.11.0 [SECURITY] #20

Workflow file for this run

name: GoReleaser Check
on:
push:
branches:
- "master"
pull_request:
jobs:
goreleaser-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.0
- name: Run GoReleaser Check
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: check