Skip to content

Commit

Permalink
Bump Go to 1.22.7; CVE-2024-34156, VULN-8399 (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m authored and mftoure committed Oct 3, 2024
1 parent 54e1c11 commit 1a5ff2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: registry.ddbuild.io/images/mirror/golang:1.22.4
image: registry.ddbuild.io/images/mirror/golang:1.22.7
variables:
PROJECTNAME: "datadog-operator"
PROJECTNAME_CHECK: "datadog-operator-check"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22.4 AS builder
FROM golang:1.22.7 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion check-operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22.4 AS builder
FROM golang:1.22.7 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/DataDog/datadog-operator

go 1.22

toolchain go1.22.4
toolchain go1.22.7

require (
github.com/DataDog/datadog-api-client-go/v2 v2.27.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.4
go 1.22.7

use (
.
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/DataDog/datadog-operator/e2e

go 1.22

toolchain go1.22.4
toolchain go1.22.7

require (
github.com/DataDog/datadog-agent/test/new-e2e v0.55.2
Expand Down

0 comments on commit 1a5ff2d

Please sign in to comment.