Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 22 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
module github.com/kubescape/messaging

go 1.23.2

toolchain go1.23.3
go 1.24.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check if there are any Go version constraints in CI configuration files
fd -e yml -e yaml | xargs -I {} sh -c 'echo "=== {} ===" && grep -n "go-version\|golang" {} 2>/dev/null || true'

Repository: kubescape/messaging

Length of output: 1745


🌐 Web query:

Go 1.24.1 release date stability

💡 Result:

  • Release date: Go 1.24.1 was released on March 4, 2025. [1]
  • Stability: 1.24.1 is a “minor revision” (patch release)—intended to be a safe, production upgrade within the Go 1.24 line, with security fixes (notably in net/http) and bug fixes, not breaking changes. [1]
  • Practical guidance (today): If you’re asking whether 1.24.1 is stable, yes—but it’s outdated; the Go team shipped many subsequent 1.24 patch releases (e.g., go1.24.13 on Feb 4, 2026). In general you should run the latest Go 1.24.x patch for the best security/stability. [1]

Sources:
[1] Go “Release History” (go1.24.1 entry and later 1.24.x entries) — go.dev.


Consider using a newer Go 1.24.x patch release.

Go 1.24.1 is a stable patch release with security fixes and bug fixes. However, as of March 2026, newer patch releases in the 1.24 line are available (e.g., 1.24.13 from February 2026). Consider upgrading to the latest patch release for better security coverage and stability.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@go.mod` at line 3, Update the Go toolchain line in go.mod from "go 1.24.1" to
a newer 1.24.x patch (e.g., 1.24.13) to pick up recent security and bug fixes;
after changing the "go 1.24.1" entry, regenerate module metadata by running the
usual Go module upkeep (e.g., go mod tidy) and verify builds/tests to ensure
compatibility with the new patch release.


require (
github.com/apache/pulsar-client-go v0.16.0
github.com/armosec/armoapi-go v0.0.589
github.com/armosec/armoapi-go v0.0.689
github.com/avast/retry-go v3.0.0+incompatible
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.34.0
go.opentelemetry.io/otel/trace v1.34.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/otel v1.37.0
go.opentelemetry.io/otel/trace v1.37.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.12.0
golang.org/x/sync v0.16.0
)

require (
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.1 // indirect
github.com/AthenZ/athenz v1.12.13 // indirect
github.com/DataDog/zstd v1.5.5 // indirect
github.com/DataDog/zstd v1.5.7 // indirect
github.com/ardielle/ardielle-go v1.5.2 // indirect
github.com/armosec/gojay v1.2.17 // indirect
github.com/armosec/utils-k8s-go v0.0.30 // indirect
Expand All @@ -32,7 +30,7 @@ require (
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand All @@ -45,8 +43,9 @@ require (
github.com/hamba/avro/v2 v2.26.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/moby/go-archive v0.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mtibben/percent v0.2.1 // indirect
Expand All @@ -58,24 +57,24 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.61.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.7 // indirect
github.com/stripe/stripe-go/v74 v74.30.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/metric v1.34.0 // indirect
go.opentelemetry.io/otel/metric v1.37.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/oauth2 v0.29.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/term v0.34.0 // indirect
golang.org/x/text v0.28.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.32.3 // indirect
Expand Down
Loading
Loading