Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the actions group #139

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the actions group

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the actions group #139

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...