Attempt to fix the build testing error.

This commit is contained in:
Michael L. Young
2022-03-17 11:10:49 -04:00
committed by Christian Goll
parent aadfdfe1e6
commit cf03d7ef69
3 changed files with 10 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ jobs:
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod