Fixed Go version for test build (#197)

This commit is contained in:
Geoff Bourne 2023-05-24 22:28:41 -05:00 committed by GitHub
parent 8fab072e18
commit 1803ecfe04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version-file: 'go.mod'
- name: Test
run: go test ./...