update to go 1.20

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-22 14:37:50 +01:00
parent 1c6060f27d
commit 376b73f078
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile-upstream:1.5.0
ARG GO_VERSION=1.19
ARG GO_VERSION=1.20
ARG XX_VERSION=1.1.2
ARG DOCKERD_VERSION=20.10.14