chore: upgrade go to 1.22.2

This commit is contained in:
Drew Richardson 2024-04-08 19:52:48 -07:00
parent 068c0eda6e
commit da0920289a
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
FROM scratch as base
ENV VERSION=1.22.1
ENV SRC_HASH=79c9b91d7f109515a25fc3ecdaad125d67e6bdb54f6d4d98580f46799caea321
ENV VERSION=1.22.2
ENV SRC_HASH=374ea82b289ec738e968267cac59c7d5ff180f9492250254784b2044e90df5a9
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