Skip to content

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

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

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

Workflow file for this run

name: Build Go
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Build
run: make build