Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #109

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #109

Workflow file for this run

name: Integation Tests
on:
pull_request:
branches: [ main ]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Build Go
run: make linux
- name: Build Docker
uses: docker/build-push-action@v4
with:
context: .
tags: cloudfoundry/bc:latest
push: false
- name: Run Tests
run: |
make e2e