Chore: Upgrade Go to 1.20.3 (#66264)

This commit is contained in:
Emil Tullstedt
2023-04-14 10:01:14 +02:00
committed by GitHub
parent c3fee5881f
commit 202afb9041
6 changed files with 280 additions and 279 deletions

View File

@@ -3,7 +3,7 @@
ARG BASE_IMAGE=alpine:3.17
ARG JS_IMAGE=node:18-alpine3.17
ARG JS_PLATFORM=linux/amd64
ARG GO_IMAGE=golang:1.20.1-alpine3.17
ARG GO_IMAGE=golang:1.20.3-alpine3.17
ARG GO_SRC=go-builder
ARG JS_SRC=js-builder