diff --git a/Dockerfile b/Dockerfile index 334c37b..a26a3d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.22 RUN go install github.com/jstemmer/go-junit-report@latest