From 32e6b0a557a2f276a657e2c9aceefa1e88bd23e2 Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Fri, 12 Aug 2022 01:46:28 +0800 Subject: [PATCH] ci: correct deprecated Go version in deprecated-windows-tests (#1799) 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 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: