"docs/backends/trtllm/multinode/multinode-examples.md" did not exist on "5fe5a95065fcc76d0ebf694eb7b020f7a43be55e"
Unverified Commit 9dd76ba2 authored by Julien Mancuso's avatar Julien Mancuso Committed by GitHub
Browse files

feat: bump up golang version to 1.25 (#5241)


Signed-off-by: default avatarJulien Mancuso <jmancuso@nvidia.com>
parent c4c2cc93
......@@ -102,7 +102,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: '1.24'
go-version: '1.25'
- name: Check for uncommitted changes
shell: bash
env:
......
......@@ -4,7 +4,7 @@
# Base stage - Common setup for all stages
ARG DOCKER_PROXY
ARG BASE_IMAGE="golang"
ARG BASE_IMAGE_TAG="1.24"
ARG BASE_IMAGE_TAG="1.25"
FROM ${DOCKER_PROXY}${BASE_IMAGE}:${BASE_IMAGE_TAG} AS base
# Docker buildx automatically provides these
......
......@@ -22,7 +22,7 @@ Built with [Kubebuilder](https://book.kubebuilder.io/), it follows Kubernetes be
### Pre-requisites
- [Go](https://go.dev/doc/install) >= 1.24
- [Go](https://go.dev/doc/install) >= 1.25
- [Kubebuilder](https://book.kubebuilder.io/quick-start.html)
### Build
......
module github.com/ai-dynamo/dynamo/deploy/operator
go 1.24.0
toolchain go1.24.3
go 1.25.0
require (
emperror.dev/errors v0.8.1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment