Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9dd76ba2
Unverified
Commit
9dd76ba2
authored
Jan 07, 2026
by
Julien Mancuso
Committed by
GitHub
Jan 07, 2026
Browse files
feat: bump up golang version to 1.25 (#5241)
Signed-off-by:
Julien Mancuso
<
jmancuso@nvidia.com
>
parent
c4c2cc93
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+1
-1
deploy/operator/Dockerfile
deploy/operator/Dockerfile
+1
-1
deploy/operator/README.md
deploy/operator/README.md
+1
-1
deploy/operator/go.mod
deploy/operator/go.mod
+1
-3
No files found.
.github/workflows/container-validation-backends.yml
View file @
9dd76ba2
...
@@ -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.2
4
'
go-version
:
'
1.2
5
'
-
name
:
Check for uncommitted changes
-
name
:
Check for uncommitted changes
shell
:
bash
shell
:
bash
env
:
env
:
...
...
deploy/operator/Dockerfile
View file @
9dd76ba2
...
@@ -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.2
4
"
ARG
BASE_IMAGE_TAG="1.2
5
"
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
...
...
deploy/operator/README.md
View file @
9dd76ba2
...
@@ -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.2
4
-
[
Go
](
https://go.dev/doc/install
)
>= 1.2
5
-
[
Kubebuilder
](
https://book.kubebuilder.io/quick-start.html
)
-
[
Kubebuilder
](
https://book.kubebuilder.io/quick-start.html
)
### Build
### Build
...
...
deploy/operator/go.mod
View file @
9dd76ba2
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment