From d50b50b2cedcad0abd3d40bc4d0b45422ac965df Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Thu, 11 Aug 2022 14:18:20 +0800 Subject: [PATCH] ci: correct deprecated Go version in deprecated-windows-tests A small typo in go-version of deprecated-windows-tests, it should be 1.17, not 1.19. Fixes: 72cfbc9c ("Update CI to include Go1.19") Signed-off-by: Eng Zer Jun --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fcdbfb0d171..281db0a4b9f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [windows-latest] - go-version: [1.19, 1.16, 1.15] + go-version: [1.17, 1.16, 1.15] env: EACHMODULE_SKIP: "internal\\repotools\\changes" steps: