Skip to content

Upgrade: bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 #161

Upgrade: bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0

Upgrade: bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 #161

Workflow file for this run

name: pr
on:
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: false
- run: go test ./...
release_test:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- run: docker buildx ls
- uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --snapshot --clean