Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit b522374

Browse files
committed
build: bump to Go 1.18.1
It is the latest supported release at this time.
1 parent a9b6402 commit b522374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG LINUX_BASE=debian:buster-slim
99
FROM ${LINUX_BASE} AS build
1010
ARG APT_GET="env DEBIAN_FRONTEND=noninteractive apt-get"
1111

12-
ARG GO_VERSION="1.17.6"
12+
ARG GO_VERSION="1.18.1"
1313

1414
# CACHEBUST is set by the CI when building releases to ensure that apt-get really gets
1515
# run instead of just using some older, cached result.

0 commit comments

Comments
 (0)