Compare commits

..

1 commit

Author SHA1 Message Date
Anton Livaja
7476daf358 chore: update go version to 1.23.2 2024-10-17 10:26:47 -04:00

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=1.23.1
ENV SRC_HASH=6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d
ENV VERSION=1.23.2
ENV SRC_HASH=36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f
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