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

Commit 40077a7

Browse files
committed
build: update to Go 1.19.4
1 parent fac6752 commit 40077a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.19"
12+
ARG GO_VERSION="1.19.4"
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.

Dockerfile.UBI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FROM registry.access.redhat.com/ubi8
4040
WORKDIR /pmem-csi
4141
COPY . .
4242

43-
ARG GO_VERSION="1.16.1"
43+
ARG GO_VERSION="1.19.4"
4444

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

0 commit comments

Comments
 (0)