Update golang Docker tag to v1.25 #10

Open
renovate wants to merge 1 commits from renovate/golang-1.x into master
Showing only changes of commit d6ccf91ae5 - Show all commits

View File

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