From 3f2a4e24a73c69087735b741ee197482d8fda41b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 9 May 2023 12:22:22 +0200 Subject: [PATCH] update to go1.19.9 Added back minor versions in these, so that we have a somewhat more reproducible state in the repository when tagging releases. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 322eb4eecf39acc1c8bb85117f8e57edc824f41f) 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 a6e76792e..c053814ad 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.18.8 + go-version: 1.19.9 - name: Dependencies run: | diff --git a/Dockerfile b/Dockerfile index a688bce20..40fd4dcc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.18.8 +ARG GO_VERSION=1.19.9 ARG ALPINE_VERSION=3.16 ARG XX_VERSION=1.2.1