Update go.yml

This commit is contained in:
Jon Lundy 2023-07-12 12:54:30 -06:00 committed by GitHub
parent 544660858a
commit 43b883fa1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,5 @@ jobs:
with:
go-version: 1.20
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...