bump build go
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David 2024-02-25 01:42:16 +00:00
parent e3e8d68c95
commit bf3c3d1dd7

View File

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