Merge pull request 'Update golang Docker tag to v1.21' (#4) from renovate/golang-1.x into master
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Reviewed-on: #4
This commit is contained in:
David 2023-08-10 17:52:45 +00:00
commit ffc57b56c1

View File

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