Skip to content

Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 #86

Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2

Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 #86

Workflow file for this run

name: Golang Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Install Staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Build
run: go build -v ./...
- name: make tests
run: make test