[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/application/igmpponportchannel.go b/internal/pkg/application/igmpponportchannel.go
index 4f858e8..22ef806 100644
--- a/internal/pkg/application/igmpponportchannel.go
+++ b/internal/pkg/application/igmpponportchannel.go
@@ -56,6 +56,7 @@
 
 // GetActiveChannelCount returns the number of active channel count
 // for this pon port in the current group.
+// #nosec G115
 func (ponPortChannels *PonPortChannels) GetActiveChannelCount() uint32 {
 	return uint32(ponPortChannels.ChannelList.Length())
 }