go.mod: update dependencies

bump minimum go version to 1.23
use go 1.24 in docker image
This commit is contained in:
Will Norris 2025-04-28 15:53:07 -07:00
parent 5a27a2ec45
commit 1fef039dfe
4 changed files with 168 additions and 194 deletions

View file

@ -2,7 +2,7 @@
FROM --platform=$BUILDPLATFORM cgr.dev/chainguard/wolfi-base as build
LABEL maintainer="Will Norris <will@willnorris.com>"
RUN apk update && apk add build-base git openssh go-1.21
RUN apk update && apk add build-base git openssh go-1.24
WORKDIR /app
COPY go.mod go.sum ./