Merge remote-tracking branch 'origin/sean/go-1.23.1-staging' into staging

This commit is contained in:
Lance R. Vick 2024-09-17 11:18:39 -07:00
commit cb5c722892
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=1.22.3
ENV SRC_HASH=80648ef34f903193d72a59c0dff019f5f98ae0c9aa13ade0b0ecbff991a76f68
ENV VERSION=1.23.1
ENV SRC_HASH=6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d
ENV SRC_FILE=go${VERSION}.src.tar.gz
ENV SRC_SITE=https://storage.googleapis.com/golang/${SRC_FILE}
ENV VERSION_BOOTSTRAP_3=1.20.6