From a1f99abf084b9f54ef4cb9be2873cd12c859f316 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Mon, 31 Jul 2023 17:54:50 +0200 Subject: [PATCH] chore(ci): use go 1.20 on all gh workflow --- .github/workflows/staging-image-tester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-image-tester.yml b/.github/workflows/staging-image-tester.yml index 30c5eda9f1..79d2da579b 100644 --- a/.github/workflows/staging-image-tester.yml +++ b/.github/workflows/staging-image-tester.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 1.19 + go-version: '1.20' id: go - name: Check out code into the Go module directory