We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c44827 commit d6e5c40Copy full SHA for d6e5c40
Dockerfile
@@ -3,8 +3,8 @@
3
4
FROM public.ecr.aws/docker/library/python:3.12-slim-bullseye AS base
5
6
-ENV GO_VERSION=1.24.6
7
-ENV GO_SHA=bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712
+ENV GO_VERSION=1.24.9
+ENV GO_SHA=5b7899591c2dd6e9da1809fde4a2fad842c45d3f6b9deb235ba82216e31e34a6
8
ENV HELM_VERSION=3.12.3
9
ENV HELM_SHA=1b2313cd198d45eab00cc37c38f6b1ca0a948ba279c29e322bdf426d406129b5
10
ARG CI_UPLOADER_SHA=873976f0f8de1073235cf558ea12c7b922b28e1be22dc1553bf56162beebf09d
go.mod
@@ -1,6 +1,6 @@
1
module github.com/DataDog/test-infra-definitions
2
-go 1.23.11
+go 1.24.9
require (
dario.cat/mergo v1.0.1
0 commit comments