Compare commits

..

No commits in common. "4fe2b28460b2fcdc70115650e1ca453ba57bd8d4" and "e979173b166c5c29af7c6540f89ca8c8ced4dd01" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM golang:1.23 as builder FROM golang:1.22 as builder
COPY . /castor COPY . /castor
RUN cd /castor && CGO_ENABLED=0 go build RUN cd /castor && CGO_ENABLED=0 go build