Skip to content

Commit

Permalink
downgrade Go to 1.21.9
Browse files Browse the repository at this point in the history
Downgrade to avoid a known incompatibility with runc:
  opencontainers/runc#4233

Signed-off-by: Ben Cressey <bcressey@amazon.com>
  • Loading branch information
bcressey committed Apr 4, 2024
1 parent 7d34ae9 commit 8371949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ RUN \

FROM sdk-libc as sdk-go-prep

ENV GOVER="1.22.1"
ENV GOVER="1.21.9"
ENV AWS_LC_FIPS_VER="2.0.9"

USER root
Expand Down
4 changes: 2 additions & 2 deletions hashes/go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://go.dev/dl/go1.22.1.src.tar.gz
SHA512 (go1.22.1.src.tar.gz) = 627530c3fa2ea872478e1df8ee20db2ddc3c94581fff4e66bda21ca45a643e9915f97115401f79667cd7e856ccca1b40a842f4c0b509a472c75696e3bdb3a908
# https://go.dev/dl/go1.21.9.src.tar.gz
SHA512 (go1.21.9.src.tar.gz) = e1cf7e458d41f8b343c34b7d35dc4a1696bacbad2ad64abac36dbbeaf1e0a1b71cdb32cebb1686c6e5c90bf0ad3474714d09acea010d6c074730c59d71e79f4e

0 comments on commit 8371949

Please sign in to comment.