Skip to content

chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #133

chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1

chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #133

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- uses: azure/setup-helm@v4
with:
version: v3.11.0
- name: Install Helm Compose
run: make install
- uses: helm/[email protected]
- name: Run Helm Compose
run: helm compose up -f examples/simple-compose.yaml