Skip to content

fix(deps): update module github.com/alexflint/go-arg to v1.5.1 #58

fix(deps): update module github.com/alexflint/go-arg to v1.5.1

fix(deps): update module github.com/alexflint/go-arg to v1.5.1 #58

Workflow file for this run

name: build
on:
push:
branches:
- "*"
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- run: make
- run: make test