Skip to content

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 #3

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

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 #3

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Unit Test
run: make tests