Skip to content

Commit 3e8b16b

Browse files
gabedoslevan-m
andauthored
Bump golang to 1.25.8 (#2830) (#2831)
* Bump golang to 1.25.8 * fix toolchain (cherry picked from commit b931f03) Co-authored-by: levan-m <116471169+levan-m@users.noreply.github.com>
1 parent 60007ef commit 3e8b16b

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build
22
env:
3-
GO_VERSION: 1.25.7
3+
GO_VERSION: 1.25.8
44
on:
55
push:
66
# Permission forced by repo-level setting; only elevate on job-level

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
# packages: read
88
env:
99
PROJECTNAME: "datadog-operator"
10-
GO_VERSION: 1.25.7
10+
GO_VERSION: 1.25.8
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212
# packages: read
1313
env:
14-
GO_VERSION: 1.25.7
14+
GO_VERSION: 1.25.8
1515
jobs:
1616
build-linux-binary:
1717
if: startsWith(github.ref, 'refs/tags/v')

.github/workflows/yaml-mapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
# packages: read
1313
env:
1414
PROJECTNAME: "datadog-operator"
15-
GO_VERSION: 1.25.7
15+
GO_VERSION: 1.25.8
1616
jobs:
1717
yaml-mapper-test:
1818
runs-on: ubuntu-latest

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: registry.ddbuild.io/images/mirror/library/golang:1.25.7
1+
image: registry.ddbuild.io/images/mirror/library/golang:1.25.8
22
variables:
33
NIGHTLY_BUILD_CONDUCTOR_NAME: "operator-nightly-build"
44
PROJECTNAME: "datadog-operator"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG FIPS_ENABLED=false
33

44
# Build the manager binary
5-
FROM golang:1.25.7 AS builder
5+
FROM golang:1.25.8 AS builder
66

77
WORKDIR /workspace
88
# Copy the Go Modules manifests

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/DataDog/datadog-operator/api
22

33
go 1.25.0
44

5-
toolchain go1.25.7
5+
toolchain go1.25.8
66

77
require (
88
github.com/DataDog/datadog-api-client-go/v2 v2.55.0

check-operator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.25.7 AS builder
2+
FROM golang:1.25.8 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/DataDog/datadog-operator
22

33
go 1.25.6
44

5-
toolchain go1.25.7
5+
toolchain go1.25.8
66

77
replace github.com/DataDog/extendeddaemonset v0.10.0-rc.4 => github.com/DataDog/extendeddaemonset/api v0.0.0-20250108205105-6c4d337b78a1
88

go.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
go 1.25.7
1+
go 1.25.8
22

3-
toolchain go1.25.7
3+
toolchain go1.25.8
44

55
use (
66
.

0 commit comments

Comments
 (0)