Skip to content

Commit a4c203b

Browse files
Executing automated changes
1 parent 9b0704a commit a4c203b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

components/datadog/apps/redis/images/redis-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25 AS builder
1+
FROM golang:1.26 AS builder
22

33
WORKDIR /usr/src/app
44

components/datadog/apps/redis/images/redis-client/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module redis-query
22

33
go 1.24
44

5+
toolchain go1.26.1
6+
57
require github.com/redis/go-redis/v9 v9.14.0
68

79
require (

0 commit comments

Comments
 (0)