Skip to content

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

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 #122

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
VERBOSE: 1
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make build
- name: Tests
run: make test