From b522374cf5e0d1275be2ff2d65d54bfa2a0d6633 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 2 May 2022 09:48:32 +0200 Subject: [PATCH] build: bump to Go 1.18.1 It is the latest supported release at this time. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5ca9ea62..6efa92656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG LINUX_BASE=debian:buster-slim FROM ${LINUX_BASE} AS build ARG APT_GET="env DEBIAN_FRONTEND=noninteractive apt-get" -ARG GO_VERSION="1.17.6" +ARG GO_VERSION="1.18.1" # CACHEBUST is set by the CI when building releases to ensure that apt-get really gets # run instead of just using some older, cached result.