upgrade to go 1.24 (#2217)

This commit is contained in:
Shivaram Lingamneni
2025-02-12 21:15:21 -05:00
committed by GitHub
parent eb84ede5f7
commit 7e18362d35
76 changed files with 15 additions and 9454 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
## build ergo binary
FROM docker.io/golang:1.23-alpine AS build-env
FROM docker.io/golang:1.24-alpine AS build-env
RUN apk upgrade -U --force-refresh --no-cache && apk add --no-cache --purge --clean-protected -l -u make git