Compare commits

..

No commits in common. "f4f578446be6c58cea3f05c79c2b8497adde2ba0" and "f52f0fcc04bb9d5d34dd09c372581595ef715343" have entirely different histories.

View File

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