[VOL-5583] upgrade go to 1.25.5 and golangci-lint version to 2.8.0

Signed-off-by: madhumatigouda <madhumati.gouda@radisys.com>
Change-Id: I85308c2b9d462a8911ff6f26c4ee949331bf47be
diff --git a/docker/go-junit-report.Dockerfile b/docker/go-junit-report.Dockerfile
index 2601a72..f82792c 100644
--- a/docker/go-junit-report.Dockerfile
+++ b/docker/go-junit-report.Dockerfile
@@ -13,10 +13,10 @@
 # limitations under the License.
 
 ARG GOLANG_VERSION
-FROM golang:$GOLANG_VERSION-alpine as build
+FROM golang:$GOLANG_VERSION-alpine AS build
 
-RUN apk add --no-cache build-base=0.5-r3 git=2.49.1-r0 && \
-mkdir -m 777 /.cache /go/pkg
+RUN apk add --no-cache build-base=0.5-r3 git=2.52.0-r0 && \
+      mkdir -m 777 /.cache /go/pkg
 
 # download & compile this specific version of go-junit-report
 ARG GO_JUNIT_REPORT_VERSION