From 7b0c198c0f21d9042b204fd83ade39576f964f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Grac=CC=A7as?= Date: Thu, 11 Nov 2021 23:31:05 +0100 Subject: [PATCH] setup go 1.17 --- .github/workflows/vmware-go-kcl-v2-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/vmware-go-kcl-v2-ci.yml b/.github/workflows/vmware-go-kcl-v2-ci.yml index 7612d20..5f2b6a9 100755 --- a/.github/workflows/vmware-go-kcl-v2-ci.yml +++ b/.github/workflows/vmware-go-kcl-v2-ci.yml @@ -16,6 +16,12 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 + - name: Set up Go 1.17.x + uses: actions/setup-go@v2 + with: + go-version: ^1.17 + id: go + - name: Build shell: bash run: |