[VOL-5374] Upgrade go version to v1.23

Change-Id: I11655451672cc7bae9cc92cddcaa563ac50d7de4
Signed-off-by: Akash Reddy Kankanala <akash.kankanala@radisys.com>
diff --git a/internal/pkg/of/flows.go b/internal/pkg/of/flows.go
index c0666d9..e681752 100644
--- a/internal/pkg/of/flows.go
+++ b/internal/pkg/of/flows.go
@@ -30,7 +30,7 @@
 )
 
 // PbitType type
-type PbitType uint16
+type PbitType uint8
 
 // TODO: Port related constants - OF specifies a different value
 // for controller. Need to make sure this is correct