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

Change-Id: I5c8fd1391463f185c912e1983cd378d4c96b7bd6
Signed-off-by: madhumatigouda <madhumati.gouda@radisys.com>
diff --git a/setup.py b/setup.py
index 9080dbd..d593c2d 100755
--- a/setup.py
+++ b/setup.py
@@ -46,10 +46,10 @@
     packages = find_packages(where="python"),
     package_dir = {"": "python"},
     install_requires = [
-        "grpcio==1.39.0",
-        "protobuf==3.17.3",
-        "grpcio-tools==1.39.0",
-        "googleapis-common-protos==1.52.0"
+        "grpcio>=1.60.0",
+        "protobuf>=4.25.0",
+        "grpcio-tools>=1.60.0",
+        "googleapis-common-protos==1.56.4"
     ],
     include_package_data=True,
 )