bump go to 1.20.6

This commit is contained in:
Jean Khawand 2023-10-22 15:08:11 +02:00
parent 03fb047dff
commit 9126cf846b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# use a builder image for building cloudflare
FROM golang:1.19 as builder
FROM golang:1.20.6 as builder
ENV GO111MODULE=on \
CGO_ENABLED=0