Compare commits

..

No commits in common. "ffc57b56c1847cabf6f0cf54a64528901ec5be7e" and "4d313c5e4545aede41dc27917945918e72bfa9e0" have entirely different histories.

View File

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