Update golang Docker tag to v1.21

This commit is contained in:
renovate[bot]
2023-10-05 02:12:15 +00:00
committed by GitHub
parent f8cc7740ce
commit 85a24c9026

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.20-alpine3.18
ARG GO_VERSION=1.21-alpine3.18
FROM golang:$GO_VERSION AS builder
WORKDIR /build