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

Reviewed-on: #4
This commit is contained in:
David 2023-08-10 17:52:45 +00:00
commit ffc57b56c1
1 changed files with 1 additions and 1 deletions

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