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: ...@@ -102,7 +102,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with: with:
go-version: '1.24' go-version: '1.25'
- name: Check for uncommitted changes - name: Check for uncommitted changes
shell: bash shell: bash
env: env:
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Base stage - Common setup for all stages # Base stage - Common setup for all stages
ARG DOCKER_PROXY ARG DOCKER_PROXY
ARG BASE_IMAGE="golang" 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 FROM ${DOCKER_PROXY}${BASE_IMAGE}:${BASE_IMAGE_TAG} AS base
# Docker buildx automatically provides these # Docker buildx automatically provides these
......
...@@ -22,7 +22,7 @@ Built with [Kubebuilder](https://book.kubebuilder.io/), it follows Kubernetes be ...@@ -22,7 +22,7 @@ Built with [Kubebuilder](https://book.kubebuilder.io/), it follows Kubernetes be
### Pre-requisites ### 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) - [Kubebuilder](https://book.kubebuilder.io/quick-start.html)
### Build ### Build
......
module github.com/ai-dynamo/dynamo/deploy/operator module github.com/ai-dynamo/dynamo/deploy/operator
go 1.24.0 go 1.25.0
toolchain go1.24.3
require ( require (
emperror.dev/errors v0.8.1 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