Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.22.11
Browse files Browse the repository at this point in the history
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] authored Jan 31, 2025
1 parent 4f35118 commit 70484d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tetragon-metrics-docs/metricsmd/metricsmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func New(targets map[string]string, init initMetricsFunc) *cobra.Command {
{
Label: "version",
// renovate: datasource=golang-version
Values: []string{"go1.22.0"},
Values: []string{"go1.22.11"},
},
},
},
Expand All @@ -37,7 +37,7 @@ func New(targets map[string]string, init initMetricsFunc) *cobra.Command {
{
Label: "go_version",
// renovate: datasource=golang-version
Values: []string{"go1.22.0"},
Values: []string{"go1.22.11"},
},
{
Label: "modified",
Expand Down

0 comments on commit 70484d7

Please sign in to comment.