upgrade to go 1.24 (#2217)
Some checks failed
build / build (push) Has been cancelled
ghcr / Build (push) Has been cancelled

This commit is contained in:
Shivaram Lingamneni 2025-02-12 21:15:21 -05:00 committed by GitHub
parent eb84ede5f7
commit 7e18362d35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
76 changed files with 15 additions and 9454 deletions

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