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

Commit 80131ba

Browse files
authored
Merge pull request #1075 from pohly/update-go
build: bump to Go 1.18.1
2 parents 2689fb0 + b522374 commit 80131ba

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)