Skip to content

Commit

Permalink
PMM-7 Update golang up to 1.21.3 (#2569)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiří Čtvrtka <[email protected]>
  • Loading branch information
artemgavrilov and JiriCtvrtka authored Oct 24, 2023
1 parent 330a37b commit be137c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docker/rpmbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum update -y && \
yum clean all && rm -rf /var/cache/yum

# keep that format for easier search
ENV GO_VERSION 1.21.1
ENV GO_VERSION 1.21.3
ENV GO_RELEASER_VERSION 1.15.2

RUN if [ `uname -i` == "x86_64" ]; then ARCH=amd64; else ARCH=arm64; fi && \
Expand Down
2 changes: 1 addition & 1 deletion build/docker/rpmbuild/Dockerfile.el9
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN yum update -y && \
yum clean all && rm -rf /var/cache/yum

# keep that format for easier search
ENV GO_VERSION 1.21.1
ENV GO_VERSION 1.21.3
ENV GO_RELEASER_VERSION 1.15.2

RUN if [ `uname -i` == "x86_64" ]; then ARCH=amd64; else ARCH=arm64; fi && \
Expand Down

0 comments on commit be137c9

Please sign in to comment.