Skip to content

Commit c238934

Browse files
committed
bump golang version to 1.22.7
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 2ad797e commit c238934

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

rhel8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66

77
RUN dnf install -y git wget
88

9-
ENV GOLANG_VERSION=1.22.5
9+
ENV GOLANG_VERSION=1.22.7
1010

1111
# download appropriate binary based on the target architecture for multi-arch builds
1212
RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \

rhel9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66

77
RUN dnf install -y git wget
88

9-
ENV GOLANG_VERSION=1.22.5
9+
ENV GOLANG_VERSION=1.22.7
1010

1111
# download appropriate binary based on the target architecture for multi-arch builds
1212
RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \

ubuntu20.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717
git && \
1818
rm -rf /var/lib/apt/lists/*
1919

20-
ENV GOLANG_VERSION=1.22.5
20+
ENV GOLANG_VERSION=1.22.7
2121

2222
# download appropriate binary based on the target architecture for multi-arch builds
2323
RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \

ubuntu22.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717
git && \
1818
rm -rf /var/lib/apt/lists/*
1919

20-
ENV GOLANG_VERSION=1.22.5
20+
ENV GOLANG_VERSION=1.22.7
2121

2222
# download appropriate binary based on the target architecture for multi-arch builds
2323
RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \

0 commit comments

Comments
 (0)