From 29b8ba0b937417c25700d641623ca09bf9b44f04 Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Sun, 27 Aug 2023 10:17:46 +0100 Subject: [PATCH] Update to go 1.20 Signed-off-by: James Hewitt (cherry picked from commit 0eb8fee87ecac7b7436c936c853f39c8f5eb9fb0) Signed-off-by: Sebastiaan van Stijn --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad613d81..55b30d8c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19.10 + go-version: 1.20.7 - name: Dependencies run: | diff --git a/Dockerfile b/Dockerfile index b655a0627..6affb3ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.19.10 +ARG GO_VERSION=1.20.7 ARG ALPINE_VERSION=3.18 ARG XX_VERSION=1.2.1