File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build
22env :
3- GO_VERSION : 1.25.7
3+ GO_VERSION : 1.25.8
44on :
55 push :
66# Permission forced by repo-level setting; only elevate on job-level
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77 # packages: read
88env :
99 PROJECTNAME : " datadog-operator"
10- GO_VERSION : 1.25.7
10+ GO_VERSION : 1.25.8
1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111 contents : read
1212 # packages: read
1313env :
14- GO_VERSION : 1.25.7
14+ GO_VERSION : 1.25.8
1515jobs :
1616 build-linux-binary :
1717 if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212 # packages: read
1313env :
1414 PROJECTNAME : " datadog-operator"
15- GO_VERSION : 1.25.7
15+ GO_VERSION : 1.25.8
1616jobs :
1717 yaml-mapper-test :
1818 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1- image : registry.ddbuild.io/images/mirror/library/golang:1.25.7
1+ image : registry.ddbuild.io/images/mirror/library/golang:1.25.8
22variables :
33 NIGHTLY_BUILD_CONDUCTOR_NAME : " operator-nightly-build"
44 PROJECTNAME : " datadog-operator"
Original file line number Diff line number Diff line change 22ARG 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
77WORKDIR /workspace
88# Copy the Go Modules manifests
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/DataDog/datadog-operator/api
22
33go 1.25.0
44
5- toolchain go1.25.7
5+ toolchain go1.25.8
66
77require (
88 github.com/DataDog/datadog-api-client-go/v2 v2.55.0
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.25.7 AS builder
2+ FROM golang:1.25.8 AS builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/DataDog/datadog-operator
22
33go 1.25.6
44
5- toolchain go1.25.7
5+ toolchain go1.25.8
66
77replace github.com/DataDog/extendeddaemonset v0.10.0-rc.4 => github.com/DataDog/extendeddaemonset/api v0.0.0-20250108205105-6c4d337b78a1
88
Original file line number Diff line number Diff line change 1- go 1.25.7
1+ go 1.25.8
22
3- toolchain go1.25.7
3+ toolchain go1.25.8
44
55use (
66 .
You can’t perform that action at this time.
0 commit comments