Skip to content

Commit fbc7c82

Browse files
authored
fix: integration tests (#766)
1 parent ae63893 commit fbc7c82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
go-version: "1.16"
2121
stable: false
2222

23+
- name: "Get Go 1.15"
24+
run: |
25+
go get golang.org/dl/go1.15
26+
go1.15 download
27+
2328
- name: Install protoc
2429
uses: arduino/setup-protoc@v1
2530

@@ -52,3 +57,5 @@ jobs:
5257
- name: Run Integration Tests
5358
working-directory: ${{ env.working-directory }}
5459
run: ./scripts/test-integration
60+
env:
61+
GONAME: "go1.15"

0 commit comments

Comments
 (0)