Update golang Docker tag to v1.20
ci/woodpecker/push/woodpecker Pipeline was successful Details

pull/2/head
renovate 2 months ago
parent ee5a308eaf
commit 2bea6bec61

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

Loading…
Cancel
Save