fix workflow

This commit is contained in:
CPunch 2023-11-25 23:38:41 -06:00
parent 5b78c3dbd4
commit b02c141000

View File

@ -18,7 +18,5 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Install dependencies
run: go get .
- name: Test with the Go CLI
run: go test -v ./...