Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#194) #129

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#194)

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#194) #129

Workflow file for this run

name: Master
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --snapshot --skip-sign --clean
env:
GORELEASER_CURRENT_TAG: ${{ github.run_id }}
- uses: actions/upload-artifact@v2
with:
name: build
path: bin/