From 7eb77b07fa956866959e160a5a586a3ff8ee391c Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:56:01 -0800 Subject: [PATCH] Go v1.19.5 --- Dockerfile | 2 +- go-assets.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9e86abd73..c24fff006e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.3 +FROM golang:1.19.5 # # IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying diff --git a/go-assets.sh b/go-assets.sh index 9485b301f0..f02dab5a65 100755 --- a/go-assets.sh +++ b/go-assets.sh @@ -20,8 +20,8 @@ set -e # Creates the static go asset archives -GO_VER="1.19.3" -GARBLE_VER="1.19.4" +GO_VER="1.19.5" +GARBLE_VER="1.19.5" SGN_VER="0.0.3" GO_ARCH_1="amd64"