From aee2f78718dd703d216eb7a7c1dc84540238403e Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:21:04 +0200 Subject: [PATCH] Go 1.21.3 --- Dockerfile | 2 +- go-assets.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8479e565b5..d9a2409ee8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.21.3 # # IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying diff --git a/go-assets.sh b/go-assets.sh index baf65fb54e..02c62b081b 100755 --- a/go-assets.sh +++ b/go-assets.sh @@ -20,7 +20,7 @@ set -e # Creates the static go asset archives -GO_VER="1.21.0" +GO_VER="1.21.3" GARBLE_VER="1.21.0" SGN_VER="0.0.3"