Skip to content

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #587

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #587

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: Run on example
run: |
go run main.go --resources example/crds --output example/output.md
- name: Check that there are no source code changes
run: |
go mod tidy
git checkout go.sum
git diff --exit-code