Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

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

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 #12

Workflow file for this run

name: '🚔'
on: [ push ]
jobs:
check:
if: startsWith(github.ref, 'refs/tags/v') == false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v4.1.0
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- run: |
make check