From 2caa67fcaaa0c2acba4a63ef87c278ab644be036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=C3=B6ktu=C4=9F=20=C3=96ZT=C3=9CRK?= Date: Tue, 16 Feb 2021 23:37:37 -0800 Subject: [PATCH] fix: integration tests --- .github/workflows/test-integration.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index ac02b7874b..ae380ee2da 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -20,6 +20,11 @@ jobs: go-version: "1.16" stable: false + - name: "Get Go 1.15" + run: | + go get golang.org/dl/go1.15 + go1.15 download + - name: Install protoc uses: arduino/setup-protoc@v1 @@ -52,3 +57,5 @@ jobs: - name: Run Integration Tests working-directory: ${{ env.working-directory }} run: ./scripts/test-integration + env: + GONAME: "go1.15"