Skip to content

Commit

Permalink
update default go version of the main container image
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>

As the go.mod file pins the minimum go version to 1.22.2,
it no longer makes sense for the container's default go
version to be a values lesser than that. Sp we bump the
default golang build arg to 1.22.6
  • Loading branch information
tariq1890 committed Aug 14, 2024
1 parent adc69dc commit 6874e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GOLANG_VERSION=1.20.5
ARG GOLANG_VERSION=1.22.6
FROM nvidia/cuda:12.5.1-base-ubi8 as build

RUN yum install -y \
Expand Down

0 comments on commit 6874e13

Please sign in to comment.