Skip to content

Commit

Permalink
Bump Go version in go.mod and Dockerfiles to 1.22.4 (#1349) (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m authored Aug 13, 2024
1 parent 11a8c3c commit 4642254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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 as builder
FROM golang:1.22.4 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 as builder
FROM golang:1.22.4 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/DataDog/datadog-operator

go 1.22

toolchain go1.22.4
go 1.22.4

require (
github.com/DataDog/datadog-api-client-go/v2 v2.19.0
Expand Down

0 comments on commit 4642254

Please sign in to comment.