Update go.yml

This commit is contained in:
2023-07-12 12:54:30 -06:00
committed by GitHub
parent 544660858a
commit 43b883fa1a

View File

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