Skip to content

Update module github.com/go-git/go-git/v5 to v5.6.1 - autoclosed #296

Update module github.com/go-git/go-git/v5 to v5.6.1 - autoclosed

Update module github.com/go-git/go-git/v5 to v5.6.1 - autoclosed #296

Workflow file for this run

name: Pull Request (custom)
on:
pull_request:
branches:
- master
env:
COMPONENT_NAME: appuio-cloud
jobs:
policy-docs-diff:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ env.COMPONENT_NAME }}
steps:
- uses: actions/checkout@v3
with:
path: ${{ env.COMPONENT_NAME }}
- uses: actions/setup-go@v3
with:
go-version: '^1.17'
- name: Check that autogenerated policy documentation is up-to-date
run: make policy-docs-diff