[VOL-5475] upgrade go to 1.24.5 and golangci-lint version to 2.2.2
Change-Id: Ia44b2054ee6840ee3cb0aa55cf9f8a5fd41718dd
Signed-off-by: mgouda <madhumati.gouda@radisys.com>
diff --git a/docker/go-junit-report.Dockerfile b/docker/go-junit-report.Dockerfile
index 21543ce..2601a72 100644
--- a/docker/go-junit-report.Dockerfile
+++ b/docker/go-junit-report.Dockerfile
@@ -15,7 +15,7 @@
ARG GOLANG_VERSION
FROM golang:$GOLANG_VERSION-alpine as build
-RUN apk add --no-cache build-base=0.5-r3 git=2.47.2-r0 && \
+RUN apk add --no-cache build-base=0.5-r3 git=2.49.1-r0 && \
mkdir -m 777 /.cache /go/pkg
# download & compile this specific version of go-junit-report