Skip to content

fix(deps): update module github.com/urfave/cli/v3 to v3.6.2 #2078

fix(deps): update module github.com/urfave/cli/v3 to v3.6.2

fix(deps): update module github.com/urfave/cli/v3 to v3.6.2 #2078

Workflow file for this run

name: tests
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
with:
go-version: '1.25.x'
- name: download go mods
run: |
go mod download
- name: run go tests
run: |
go test -timeout 60s -race -coverprofile=coverage.txt -covermode=atomic ./...