We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e887d9 commit 7be7751Copy full SHA for 7be7751
testdata/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19 as builder
+FROM golang:1.24 AS builder
2
WORKDIR /app
3
COPY ./ ./
4
testdata/go.mod
@@ -1,6 +1,8 @@
module github.com/hellofresh/kangal-ghz/testdata
-go 1.24
+go 1.24.0
+
5
+toolchain go1.24.12
6
7
require (
8
google.golang.org/grpc v1.78.0
0 commit comments