From a4425c169e8a8fcb9ce7578ccb0caa34190f4b09 Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:03:07 -0700 Subject: [PATCH] Update go --- Dockerfile | 2 +- go-assets.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 903fbdb1fe..edc2c0a9d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.5 +FROM golang:1.20.7 # # IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying diff --git a/go-assets.sh b/go-assets.sh index b4f7af300f..1f693f3211 100755 --- a/go-assets.sh +++ b/go-assets.sh @@ -20,8 +20,8 @@ set -e # Creates the static go asset archives -GO_VER="1.20.5" -GARBLE_VER="1.20.5" +GO_VER="1.20.7" +GARBLE_VER="1.20.7" SGN_VER="0.0.3" BLOAT_FILES="AUTHORS CONTRIBUTORS PATENTS VERSION favicon.ico robots.txt SECURITY.md CONTRIBUTING.md LICENSE README.md ./doc ./test ./api ./misc"