packages/go: bump version to 1.23.1

This commit is contained in:
Seán C McCord 2024-09-17 11:21:18 -04:00
parent 724faaeeb3
commit fe22f5a321
No known key found for this signature in database
GPG key ID: 07AE1E7F9CC5165B

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