Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 #436

chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1

chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 #436

Workflow file for this run

# GitHub Actions Workflow definition for validating Pull Requests
name: pr-build
on: [pull_request]
jobs:
app:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Setup Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: v1.10.2
args: release --snapshot --skip-publish --rm-dist
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.84.0'
extended: true
- name: Build root docs with Hugo
run: hugo --minify --source docs/root
- name: Build current-version docs with Hugo
run: hugo --minify --source docs/current-version