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.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Dec 18, 2022
1 parent fac6752 commit 40077a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19"
ARG GO_VERSION="1.19.4"

# 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
2 changes: 1 addition & 1 deletion Dockerfile.UBI
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM registry.access.redhat.com/ubi8
WORKDIR /pmem-csi
COPY . .

ARG GO_VERSION="1.16.1"
ARG GO_VERSION="1.19.4"

# 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 40077a7

Please sign in to comment.