Compare commits

..

No commits in common. "d1d118b05a1f2fda289aca11bb431ac2d61dc5fb" and "3b207959abc825e7d728f149a04b96c3fef8d62c" have entirely different histories.

View File

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