From 938586f8cc7c68889dd91718ea87fee39421a471 Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:03:18 +0000 Subject: [PATCH] Executing automated changes --- Dockerfile.analyze_action | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.analyze_action b/Dockerfile.analyze_action index 116f47c..abd907c 100644 --- a/Dockerfile.analyze_action +++ b/Dockerfile.analyze_action @@ -1,4 +1,4 @@ -FROM golang:1.25.1 +FROM golang:1.26.2 # Copy the entire directory into the container COPY . /app/ diff --git a/go.mod b/go.mod index b5739b1..944e253 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/DataDog/profiler-correctness/v1 go 1.25.1 +toolchain go1.26.2 + require ( github.com/google/pprof v0.0.0-20240528025155-186aa0362fba github.com/klauspost/compress v1.18.4