Update go.yml

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

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.20 go-version: 1.20.5
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...