Skip to content

update(deps): update module github.com/go-git/go-git/v5 to v5.17.0 (#… #201

update(deps): update module github.com/go-git/go-git/v5 to v5.17.0 (#…

update(deps): update module github.com/go-git/go-git/v5 to v5.17.0 (#… #201

Workflow file for this run

name: Generate, Tag & Release
on:
push:
branches:
- main
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
ref: ${{ github.ref }}
fetch-tags: true
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
with:
go-version: '1.26'
- name: Tag
run: hack/tag-release.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}