From d28b22af625ea97d0721690009100bdbb51e9da3 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