Compare commits

...

2 Commits

View File

@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23
WORKDIR /src
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v .