build(deps): use Go 1.23 instead of Go 1.22 (#21280)

This commit is contained in:
Julien Robert
2024-08-15 08:43:08 +00:00
committed by GitHub
parent 0fe3115dcf
commit 819330872c
70 changed files with 174 additions and 172 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.22-alpine AS build-env
FROM golang:1.23-alpine AS build-env
# Install minimum necessary dependencies
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev