Skip to content

Commit

Permalink
CSPL-1455: Update go version in readme (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpereirasplunk authored Dec 1, 2021
1 parent 052753d commit cb3d8aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You must have [Docker Engine](https://docs.docker.com/install/) installed to
build the Splunk Operator.

This project uses [Go modules](https://blog.golang.org/using-go-modules),
and requires [golang](https://golang.org/doc/install) 1.13 or later.
and requires [golang](https://golang.org/doc/install) 1.17.3 or later.
You must `export GO111MODULE=on` if cloning these repositories into your
`$GOPATH` (not recommended).

Expand Down
6 changes: 3 additions & 3 deletions build/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#FROM registry.access.redhat.com/ubi8/go-toolset:1.12.8-18

##################################################################
## BEGIN: REPLACE ME WHEN go-toolset IS UPDATED TO GOLANG 1.13 ##
## THIS IS A TEMPORARY HACK TO MIMIC go-toolset FOR GOLANG 1.13 ##
## BEGIN: REPLACE ME WHEN go-toolset IS UPDATED TO GOLANG 1.17.3 ##
## THIS IS A TEMPORARY HACK TO MIMIC go-toolset FOR GOLANG 1.17.3 ##
##################################################################
FROM registry.access.redhat.com/ubi8/ubi-minimal
ENV HOME /opt/app-root/src
Expand All @@ -21,7 +21,7 @@ RUN ln -s /usr/bin/microdnf /usr/bin/dnf \
&& useradd -r -m -u 1000 -G root -d ${HOME} default \
&& chown -R default.root /opt/app-root
###############################################################
## END: REPLACE ME WHEN go-toolset IS UPDATED TO GOLANG 1.13 ##
## END: REPLACE ME WHEN go-toolset IS UPDATED TO GOLANG 1.17.3 ##
###############################################################

USER root
Expand Down

0 comments on commit cb3d8aa

Please sign in to comment.