From 679b60c455af87fd7b593fe81865866413758969 Mon Sep 17 00:00:00 2001 From: Vasek - Tom C Date: Thu, 10 Mar 2022 11:30:30 +0100 Subject: [PATCH] Bump Golang version from 1.16 to 1.17 in windows build CI Since go1.17 is set on all other containers, using go1.16 in only one pipeline can lead to unexpected behavior and difference during test. Signed-off-by: Vasek - Tom C --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8f3ef95de06..57a7103e8c25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,7 +140,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: Cache Go modules uses: actions/cache@v2