[VOL-5491] upgrade go to 1.25.3 and golangci-lint version to 2.5.0

Signed-off-by: mgouda <madhumati.gouda@radisys.com>
Change-Id: I44a4a2b605fa16d560fb52bcb8fbc7ef3c8b75cb
diff --git a/Makefile b/Makefile
index ed44cc2..467a1c9 100755
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@
 	--build-arg org_opencord_vcs_dirty="${DOCKER_LABEL_VCS_DIRTY}"
 
 # tool containers
-VOLTHA_TOOLS_VERSION ?= 3.1.3
+VOLTHA_TOOLS_VERSION ?= 3.1.4
 
 GO                = docker run --rm --user $$(id -u):$$(id -g) -v ${CURDIR}:/app -v gocache:/.cache -v gocache-${VOLTHA_TOOLS_VERSION}:/go/pkg voltha/voltha-ci-tools:${VOLTHA_TOOLS_VERSION}-golang go
 GO_JUNIT_REPORT   = docker run --rm --user $$(id -u):$$(id -g) -v ${CURDIR}:/app -i voltha/voltha-ci-tools:${VOLTHA_TOOLS_VERSION}-go-junit-report go-junit-report