Skip to content

chore(dependabot): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 #154

chore(dependabot): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0

chore(dependabot): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 #154

Workflow file for this run

name: pull-cli-build
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
cli-build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout Kyma CLI
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run CLI Build
run: make build