Skip to content

Bump github.com/loopholelabs/cmdutils from 0.1.5 to 0.2.0 #130

Bump github.com/loopholelabs/cmdutils from 0.1.5 to 0.2.0

Bump github.com/loopholelabs/cmdutils from 0.1.5 to 0.2.0 #130

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
check-latest: true
cache: true
- name: Test
run: go test -v ./...