Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rest-build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaults:
working-directory: rest-api

env:
GO_VERSION: "1.25.4"
GO_VERSION: "1.25.11"

jobs:
build-binaries:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rest-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
working-directory: rest-api

env:
GO_VERSION: "1.25.4"
GO_VERSION: "1.25.11"

jobs:
style:
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-flow
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-nsm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-psm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-rest-api
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Local development Dockerfile for nico-rest-api

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-rest-cert-manager
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Local development Dockerfile for nico-rest-cert-manager (credsmgr)

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-rest-db
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Local development Dockerfile for nico-rest-db (migrations)

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-rest-mock-core
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Local development Dockerfile for mock-core (nico mock gRPC server)

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-rest-site-agent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Local development Dockerfile for nico-rest-site-agent

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-rest-site-manager
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Local development Dockerfile for nico-rest-site-manager

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/local/Dockerfile.nico-rest-workflow
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Local development Dockerfile for nico-rest-workflow

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/production/Dockerfile.nico-flow
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/production/Dockerfile.nico-nsm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/production/Dockerfile.nico-psm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/production/Dockerfile.nico-rest-api
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/production/Dockerfile.nico-rest-db
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/docker/production/Dockerfile.nico-rest-workflow
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.11 AS builder

# Docker automatically provides these args during multi-platform builds
ARG TARGETOS=linux
Expand Down
2 changes: 1 addition & 1 deletion rest-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module github.com/NVIDIA/infra-controller/rest-api

go 1.25.4
go 1.25.11

require (
connectrpc.com/connect v1.18.1
Expand Down
2 changes: 1 addition & 1 deletion rest-api/sdk/standard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module github.com/NVIDIA/infra-controller/rest-api/sdk/standard

go 1.25.4
go 1.25.11

require (
github.com/stretchr/testify v1.11.1
Expand Down