Skip to content

Commit d6e5c40

Browse files
brycekahleCelianR
andauthored
update go to 1.24.9 (#1759)
Co-authored-by: celian.raimbault <celian.raimbault@datadoghq.com>
1 parent 2c44827 commit d6e5c40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
FROM public.ecr.aws/docker/library/python:3.12-slim-bullseye AS base
55

6-
ENV GO_VERSION=1.24.6
7-
ENV GO_SHA=bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712
6+
ENV GO_VERSION=1.24.9
7+
ENV GO_SHA=5b7899591c2dd6e9da1809fde4a2fad842c45d3f6b9deb235ba82216e31e34a6
88
ENV HELM_VERSION=3.12.3
99
ENV HELM_SHA=1b2313cd198d45eab00cc37c38f6b1ca0a948ba279c29e322bdf426d406129b5
1010
ARG CI_UPLOADER_SHA=873976f0f8de1073235cf558ea12c7b922b28e1be22dc1553bf56162beebf09d

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/test-infra-definitions
22

3-
go 1.23.11
3+
go 1.24.9
44

55
require (
66
dario.cat/mergo v1.0.1

0 commit comments

Comments
 (0)