Skip to content

Remove unused bump

cc8e93b
Select commit
Loading
Failed to load commit list.
Merged

verticadb-operator/25.4.0.0-r1: cve remediation #76231

Remove unused bump
cc8e93b
Select commit
Loading
Failed to load commit list.
Octo STS / staging-autofix succeeded Dec 18, 2025 in 0s

Merge report generated

Merge Report

First Commit SHA: 96ce68d381cc2ef346bae041cc31355516539700

Embeddings Stored

Stored 2 embedding(s) in the vector index:

  • Datapoint ID: 5f6764f5-ba61-438e-ac04-39e957c06a9b
    Error: failed to run 'go mod tidy': invalid value "1.25.5" for flag -go: maximum supported Go version is 1.24.11

  • Datapoint ID: 2e4f718c-7cb9-4a35-83c7-9785de5eeec3
    Error: refs/tags/v25.4.0-0 60a5cfac9284d1018f8b6271752e1fec43cee070 is not a commit!

Patch

From 30c60648a94d1b5f993fb7f3ab94cf40562922af Mon Sep 17 00:00:00 2001
From: David Negreira <[email protected]>
Date: Thu, 18 Dec 2025 15:02:34 +0100
Subject: [PATCH 1/2] add go-version: 1.24 to expr bump

Signed-off-by: David Negreira <[email protected]>
---
 verticadb-operator.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/verticadb-operator.yaml b/verticadb-operator.yaml
index 67ecb16296e..66975cb578e 100644
--- a/verticadb-operator.yaml
+++ b/verticadb-operator.yaml
@@ -29,6 +29,7 @@ pipeline:
     with:
       deps: |-
         github.com/expr-lang/[email protected]
+      go-version: 1.24
 
   - name: Setup go modroot
     runs: |

From cc8e93b7cc57c415987d5acaaf7e46019630cf32 Mon Sep 17 00:00:00 2001
From: David Negreira <[email protected]>
Date: Thu, 18 Dec 2025 15:10:48 +0100
Subject: [PATCH 2/2] Remove unused bump

Signed-off-by: David Negreira <[email protected]>
---
 verticadb-operator.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/verticadb-operator.yaml b/verticadb-operator.yaml
index 66975cb578e..86af60bd59c 100644
--- a/verticadb-operator.yaml
+++ b/verticadb-operator.yaml
@@ -42,13 +42,6 @@ pipeline:
       cp -r pkg workspace-verticadb-operator/
       cp -r local-libs workspace-verticadb-operator/
 
-  - uses: go/bump
-    with:
-      deps: |-
-        github.com/expr-lang/[email protected]
-      modroot: workspace-verticadb-operator
-      go-version: 1.24
-
   - uses: go/build
     with:
       modroot: workspace-verticadb-operator/