Compare commits

...

3 Commits

Author SHA1 Message Date
d6ccf91ae5 Update golang Docker tag to v1.25
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-08-13 21:04:39 +00:00
de68bb930e Merge pull request 'Update golang Docker tag to v1.24' (#9) from renovate/golang-1.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #9
2025-05-27 01:38:23 +00:00
5fdb21326e Update golang Docker tag to v1.24
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-02-12 19:04:27 +00:00

View File

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