Skip to content

Commit 7be7751

Browse files
committed
Fix test data
1 parent 6e887d9 commit 7be7751

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

testdata/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19 as builder
1+
FROM golang:1.24 AS builder
22
WORKDIR /app
33
COPY ./ ./
44

testdata/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/hellofresh/kangal-ghz/testdata
22

3-
go 1.24
3+
go 1.24.0
4+
5+
toolchain go1.24.12
46

57
require (
68
google.golang.org/grpc v1.78.0

0 commit comments

Comments
 (0)