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

Commit

Permalink
build: update to Go 1.16.1
Browse files Browse the repository at this point in the history
It's the same version also used by current Kubernetes and we want to
stay up-to-date regarding the runtime.

(cherry picked from commit a0cdfaa)
  • Loading branch information
pohly committed Apr 23, 2021
1 parent 481a382 commit 3502997
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.15.2"
ARG GO_VERSION="1.16.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
Loading

0 comments on commit 3502997

Please sign in to comment.