1.24 upgrade
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-03-30 15:36:04 -04:00
parent 813f8a43b2
commit 94de300e16
4 changed files with 30 additions and 216 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.23
FROM golang:1.24
WORKDIR /src
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux go build -o server ./cmd/serve