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

Commit

Permalink
build: bump to Go 1.18.1
Browse files Browse the repository at this point in the history
It is the latest supported release at this time.
  • Loading branch information
pohly committed May 2, 2022
1 parent a9b6402 commit b522374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b522374

Please sign in to comment.