Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ARG BASE_IMAGE=alpine:3.21
ARG JS_IMAGE=node:22-alpine
ARG JS_PLATFORM=linux/amd64
ARG GO_IMAGE=golang:1.24.9-alpine
ARG GO_IMAGE=golang:1.25.7-alpine

# Default to building locally
ARG GO_SRC=go-builder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WIRE_TAGS = "oss"
include .bingo/Variables.mk

GO = go
GO_VERSION = 1.24.4
GO_VERSION = 1.25.7
GO_LINT_FILES ?= $(shell ./scripts/go-workspace/golangci-lint-includes.sh)
GO_TEST_FILES ?= $(shell ./scripts/go-workspace/test-includes.sh)
SH_FILES ?= $(shell find ./scripts -name *.sh)
Expand Down
2 changes: 1 addition & 1 deletion apps/advisor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/advisor

go 1.24.4
go 1.25.7

require (
github.com/grafana/grafana-app-sdk v0.31.0
Expand Down
4 changes: 1 addition & 3 deletions apps/alerting/notifications/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/grafana/grafana/apps/alerting/notifications

go 1.24.4

replace github.com/grafana/grafana => ../../..
go 1.25.7

require (
github.com/grafana/grafana v11.4.0-00010101000000-000000000000+incompatible
Expand Down
2 changes: 1 addition & 1 deletion apps/investigations/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/investigations

go 1.24.4
go 1.25.7

require (
github.com/grafana/grafana-app-sdk v0.31.0
Expand Down
2 changes: 1 addition & 1 deletion apps/playlist/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/playlist

go 1.24.4
go 1.25.7

require (
github.com/grafana/grafana-app-sdk v0.31.0
Expand Down
2 changes: 1 addition & 1 deletion devenv/docker/blocks/prometheus_high_card/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module high-card

go 1.24.4
go 1.25.7

require (
github.com/prometheus/client_golang v1.22.0
Expand Down
2 changes: 1 addition & 1 deletion devenv/docker/blocks/prometheus_utf8/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module utf8-support

go 1.24.4
go 1.25.7

require (
github.com/prometheus/client_golang v1.22.0
Expand Down
2 changes: 1 addition & 1 deletion devenv/docker/blocks/stateful_webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.4
FROM golang:1.25.7

ADD main.go /go/src/webhook/main.go

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.24.4
go 1.25.7

require (
buf.build/gen/go/parca-dev/parca/connectrpc/go v1.17.0-20240902100956-02fd72488966.1 // @grafana/observability-traces-and-profiling
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.24.4
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 hack/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/hack

go 1.24.4
go 1.25.7

require k8s.io/code-generator v0.32.0

Expand Down
2 changes: 1 addition & 1 deletion pkg/aggregator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/aggregator

go 1.24.4
go 1.25.7

require (
github.com/emicklei/go-restful/v3 v3.11.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/apimachinery/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apimachinery

go 1.24.4
go 1.25.7

require (
github.com/grafana/authlib v0.0.0-20250305132846-37f49eb947fa // @grafana/identity-access-team
Expand Down
2 changes: 1 addition & 1 deletion pkg/apiserver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apiserver

go 1.24.4
go 1.25.7

require (
github.com/google/go-cmp v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build

go 1.24.4
go 1.25.7

// Override docker/docker to avoid:
// go: github.com/drone-runners/drone-runner-docker@v1.8.2 requires
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/wire/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build/wire

go 1.24.4
go 1.25.7

require (
github.com/google/go-cmp v0.7.0
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.24.4
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.24.4
go 1.25.7

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/promlib/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/promlib

go 1.24.4
go 1.25.7

require (
github.com/grafana/dskit v0.0.0-20241105154643-a6b453a88040
Expand Down
2 changes: 1 addition & 1 deletion pkg/semconv/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/semconv

go 1.24.4
go 1.25.7

require go.opentelemetry.io/otel v1.35.0

Expand Down
2 changes: 1 addition & 1 deletion pkg/storage/unified/apistore/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/storage/unified/apistore

go 1.24.4
go 1.25.7

replace (
github.com/grafana/grafana => ../../../..
Expand Down
2 changes: 1 addition & 1 deletion pkg/storage/unified/resource/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/storage/unified/resource

go 1.24.4
go 1.25.7

replace (
github.com/grafana/grafana => ../../../..
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/xorm/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/util/xorm

go 1.24.4
go 1.25.7

require (
github.com/googleapis/go-sql-spanner v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/go-workspace/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/grafana/grafana/scripts/go-workspace

go 1.24.4
go 1.25.7

require golang.org/x/mod v0.24.0
2 changes: 1 addition & 1 deletion scripts/modowners/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/grafana/grafana/scripts/modowners

go 1.24.4
go 1.25.7

require golang.org/x/mod v0.24.0
Loading