Skip to content

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

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

Workflow file for this run

name: Build Boilr
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
build:
name: build
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Force fetch tags
run: git fetch --force --tags
- name: Setup Go
uses: actions/[email protected]
with:
go-version: stable
check-latest: true
- name: Use Goreleaser for building Boilr
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: '~> v2'
args: build --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}