Skip to content

Commit 5f87f5d

Browse files
committed
grafana-operator: build with go 1.26 to remediate critical CVE-2026-27143 (#72406)
Signed-off-by: Brian Carey <brian.carey@chainguard.dev> Export: 8c2fcded91a73114471b858b6d2db1695912598d
1 parent affd3f8 commit 5f87f5d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

grafana-operator.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: grafana-operator
33
version: "5.22.2"
4-
epoch: 3 # CVE-2026-27143
4+
epoch: 4 # CVE-2026-27143
55
description: An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
66
copyright:
77
- license: Apache-2.0
@@ -14,11 +14,9 @@ package:
1414
memory: 5Gi
1515

1616
environment:
17-
environment:
18-
GOTOOLCHAIN: local+auto
1917
contents:
2018
packages:
21-
- go-1.25
19+
- go-1.26
2220

2321
pipeline:
2422
- uses: git-checkout
@@ -29,6 +27,7 @@ pipeline:
2927

3028
- uses: go/build
3129
with:
30+
go-package: go-1.26
3231
modroot: .
3332
packages: .
3433
output: grafana-operator

0 commit comments

Comments
 (0)