build: bump to Go 1.21 (#17333)

This commit is contained in:
Julien Robert
2023-08-18 09:58:46 +00:00
committed by GitHub
parent 0288d423b9
commit f0030e0e6d
51 changed files with 477 additions and 80 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#
# This image is pushed to the GHCR as https://ghcr.io/cosmos/simapp
FROM golang:1.20-alpine AS build-env
FROM golang:1.21-alpine AS build-env
# Install minimum necessary dependencies
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev