update go
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-09-19 10:04:44 -04:00
parent 6978b3dc47
commit 76964a6a00
3 changed files with 5 additions and 47 deletions

View File

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