Compare commits
No commits in common. "f4f578446be6c58cea3f05c79c2b8497adde2ba0" and "f52f0fcc04bb9d5d34dd09c372581595ef715343" have entirely different histories.
f4f578446b
...
f52f0fcc04
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23
|
FROM golang:1.22
|
||||||
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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user