Skip to content

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

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

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

Workflow file for this run

name: Build and Test
on:
push:
branches-ignore:
- 'main'
tags-ignore:
- '**'
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: golangci/golangci-lint-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: go build .
- name: Tests.
run: go test