Skip to content

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

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

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

Workflow file for this run

---
name: CI
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
- 'release'
jobs:
build:
name: build
runs-on: ubuntu-20.04
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Build
run: make build