chore(deps): update golang docker tag to v1.20 (#70)

This commit is contained in:
renovate[bot] 2023-02-08 10:23:57 +01:00 committed by GitHub
parent d2730125d8
commit c13939c820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.19@sha256:09009d430dbf3fb80a4731546eefb1603f1fdb36fe6354eab138d8275a85e89f as build
FROM --platform=$BUILDPLATFORM golang:1.20@sha256:9be8859445523843084e09747a6f25aee06ce92d23ae320e28d7f101dd6a39e2 as build
ARG TARGETOS
ARG TARGETARCH