Update golang Docker tag to v1.20 (#1403)

Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-09 15:29:53 -08:00
committed by GitHub
parent d2f0496223
commit bee4bcc158

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as builder
FROM golang:1.20-alpine as builder
ARG TARGETPLATFORM
ARG TARGETARCH