Compare commits

..

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

View File

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