Attempt to fix the build testing error.
This commit is contained in:
committed by
Christian Goll
parent
aadfdfe1e6
commit
cf03d7ef69
2
.github/workflows/releasebuild.yml
vendored
2
.github/workflows/releasebuild.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user