Skip to content

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.0 #196

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.0

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.0 #196

Workflow file for this run

---
name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [ 1.19.x ]
goarch: [ "amd64" ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
env:
GOARCH: ${{ matrix.goarch }}
- name: Test
run: make test
working-directory: ./