Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .citools/src/cog/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cog

go 1.25.3
go 1.25.7

tool github.com/grafana/cog/cmd/cli

Expand Down
2 changes: 1 addition & 1 deletion .tekton/glo-grafana-globalhub-1-7-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- name: revision
value: main
- name: pathInRepo
value: pipelines/common.yaml
value: pipelines/common-base.yaml
taskRunTemplate:
serviceAccountName: build-pipeline-glo-grafana-globalhub-1-7
workspaces:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/glo-grafana-globalhub-1-7-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- name: revision
value: main
- name: pathInRepo
value: pipelines/common.yaml
value: pipelines/common-base.yaml
taskRunTemplate:
serviceAccountName: build-pipeline-glo-grafana-globalhub-1-7
workspaces:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana

go 1.25.3
go 1.25.7

// Override containerd to fix CVE-2024-25621 (local privilege escalation)
replace github.com/containerd/containerd => github.com/containerd/containerd v1.7.29
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.25.3
go 1.25.7

// The `skip:golangci-lint` comment tag is used to exclude the package from the `golangci-lint` GitHub Action.
// The module at the root of the repo (`.`) is excluded because ./pkg/... is included manually in the `golangci-lint` configuration.
Expand Down
2 changes: 1 addition & 1 deletion pkg/codegen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/codegen

go 1.25.3
go 1.25.7

require (
cuelang.org/go v0.11.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugins/codegen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/plugins/codegen

go 1.25.3
go 1.25.7

replace github.com/grafana/grafana/pkg/codegen => ../../codegen

Expand Down
Loading