Skip to content

fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 (#30) #74

fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 (#30)

fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 (#30) #74

Workflow file for this run

name: go-test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git Checkout Go Module
uses: actions/checkout@v4
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: stable
check-latest: true
- name: Dependencies
run: go get -v -t -d ./...
- name: Go test
run: go test -v -timeout 30m ./...