Skip to content

Commit 87b68cb

Browse files
CP-29639: Bump golang from 1.25.3-alpine to 1.25.4-alpine in /docker (#542)
Bumps golang from 1.25.3-alpine to 1.25.4-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.4-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f794b6e commit 87b68cb

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudzero/cloudzero-agent/.tools
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/homeport/dyff v1.10.2

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG DEPLOY_IMAGE=scratch
88
# 5. final: Minimal runtime image with compiled binaries
99

1010
# Stage 1: Base tools installation
11-
FROM --platform=$BUILDPLATFORM golang:1.25.3-alpine AS base-tools
11+
FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine AS base-tools
1212
ARG TARGETPLATFORM
1313
ARG TARGETOS TARGETARCH
1414

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudzero/cloudzero-agent
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/google/go-cmp v0.7.0

tests/docker/Dockerfile.collector

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3 AS builder
1+
FROM golang:1.25.4 AS builder
22

33
WORKDIR /app
44

tests/docker/Dockerfile.controller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3 AS builder
1+
FROM golang:1.25.4 AS builder
22

33
WORKDIR /app
44

tests/docker/Dockerfile.remotewrite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3 AS builder
1+
FROM golang:1.25.4 AS builder
22

33
WORKDIR /app
44

tests/docker/Dockerfile.shipper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3 AS builder
1+
FROM golang:1.25.4 AS builder
22

33
# Copy source code
44
COPY go.mod go.sum ./

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudzero/cloudzero-agent/tests
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/andybalholm/brotli v1.2.0

tests/integration/test_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3
1+
FROM golang:1.25.4
22

33
WORKDIR /app
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module main
22

3-
go 1.25.3
3+
go 1.25.4

0 commit comments

Comments
 (0)