From 882e15b9abe270e526cf9d9eea802f26f0d2b9f5 Mon Sep 17 00:00:00 2001 From: David Peraza Date: Thu, 26 May 2022 17:22:20 -0400 Subject: [PATCH] Updating ci go version as well --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01c750737..6bd348c1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v2 with: - go-version: 1.13 + go-version: 1.17 - name: Check if index-generator build is working run: cd index/generator && ./build.sh @@ -56,7 +56,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v2 with: - go-version: 1.13 + go-version: 1.17 - name: Setup Minikube uses: manusa/actions-setup-minikube@v2.4.2 with: