Dependencies: Bump Go to v1.25.5 (#114749)

This commit is contained in:
Matheus Macabu 2025-12-03 10:18:31 +01:00 committed by GitHub
parent 553d14ba8e
commit 3e50bfced8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 49 additions and 51 deletions

View file

@ -1,6 +1,6 @@
module air
go 1.25.3
go 1.25.5
tool github.com/air-verse/air

View file

@ -1,6 +1,6 @@
module bra
go 1.25.3
go 1.25.5
tool github.com/unknwon/bra

View file

@ -1,6 +1,6 @@
module cog
go 1.25.3
go 1.25.5
tool github.com/grafana/cog/cmd/cli

View file

@ -1,6 +1,6 @@
module cue
go 1.25.3
go 1.25.5
tool cuelang.org/go/cmd/cue

View file

@ -1,6 +1,6 @@
module golangci-lint
go 1.25.3
go 1.25.5
tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint

View file

@ -1,6 +1,6 @@
module jb
go 1.25.3
go 1.25.5
tool github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb

View file

@ -1,6 +1,6 @@
module lefthook
go 1.25.3
go 1.25.5
tool github.com/evilmartians/lefthook

View file

@ -1,6 +1,6 @@
module swagger
go 1.25.3
go 1.25.5
tool github.com/go-swagger/go-swagger/cmd/swagger

View file

@ -16,7 +16,7 @@ ARG JS_SRC=js-builder
# By using FROM instructions we can delegate dependency updates to dependabot
FROM alpine:3.22.2 AS alpine-base
FROM ubuntu:22.04 AS ubuntu-base
FROM golang:1.25.3-alpine AS go-builder-base
FROM golang:1.25.5-alpine AS go-builder-base
FROM --platform=${JS_PLATFORM} node:24-alpine AS js-builder-base
# Javascript build stage
FROM --platform=${JS_PLATFORM} ${JS_IMAGE} AS js-builder

View file

@ -8,7 +8,7 @@ WIRE_TAGS = "oss"
include .citools/Variables.mk
GO = go
GO_VERSION = 1.25.3
GO_VERSION = 1.25.5
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)

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/advisor
go 1.25.3
go 1.25.5
require (
github.com/Masterminds/semver/v3 v3.4.0

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/alerting/alertenrichment
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/alerting/historian
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/alerting/notifications
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/alerting/rules
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/annotation
go 1.24.0
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/collections
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/correlations
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/dashboard
go 1.25.3
go 1.25.5
require (
cuelang.org/go v0.11.1

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/example
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/folder
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/iam
go 1.25.3
go 1.25.5
replace github.com/grafana/grafana => ../../

View file

@ -1,5 +1,5 @@
# Build stage
FROM golang:1.25.3-alpine AS builder
FROM golang:1.25.5-alpine AS builder
# Set working directory
WORKDIR /app

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/investigations
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,8 +1,6 @@
module github.com/grafana/grafana/apps/logsdrilldown
go 1.24.0
toolchain go1.24.6
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/playlist
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/plugins
go 1.25.3
go 1.25.5
replace github.com/grafana/grafana => ../..

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/preferences
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/provisioning
go 1.25.3
go 1.25.5
require (
github.com/fsnotify/fsnotify v1.9.0

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/scope
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20251007081214-26e147d01f0a

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/secret
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/shorturl
go 1.25.3
go 1.25.5
require (
github.com/grafana/grafana-app-sdk v0.48.4

View file

@ -1,6 +1,6 @@
module high-card
go 1.25.3
go 1.25.5
require github.com/prometheus/client_golang v1.22.0

View file

@ -1,6 +1,6 @@
module utf8-support
go 1.25.3
go 1.25.5
require (
github.com/prometheus/client_golang v1.22.0

View file

@ -1,4 +1,4 @@
FROM golang:1.25.3
FROM golang:1.25.5
ADD main.go /go/src/webhook/main.go

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana
go 1.25.3
go 1.25.5
require (
buf.build/gen/go/parca-dev/parca/connectrpc/go v1.18.1-20250703125925-3f0fcf4bff96.1 // @grafana/observability-traces-and-profiling

View file

@ -1,4 +1,4 @@
go 1.25.3
go 1.25.5
// 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.

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/hack
go 1.25.3
go 1.25.5
require k8s.io/code-generator v0.34.2

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/aggregator
go 1.25.3
go 1.25.5
require (
github.com/emicklei/go-restful/v3 v3.13.0

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apimachinery
go 1.25.3
go 1.25.5
require (
github.com/go-jose/go-jose/v4 v4.1.3

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apiserver
go 1.25.3
go 1.25.5
require (
github.com/google/go-cmp v0.7.0

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build
go 1.25.3
go 1.25.5
// Override docker/docker to avoid:
// go: github.com/drone-runners/drone-runner-docker@v1.8.2 requires

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build/wire
go 1.25.3
go 1.25.5
require (
github.com/google/go-cmp v0.7.0

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/codegen
go 1.25.3
go 1.25.5
require (
cuelang.org/go v0.11.1

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/plugins/codegen
go 1.25.3
go 1.25.5
replace github.com/grafana/grafana/pkg/codegen => ../../codegen

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/promlib
go 1.25.3
go 1.25.5
require (
github.com/grafana/dskit v0.0.0-20250908063411-6b6da59b5cc4

View file

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/semconv
go 1.25.3
go 1.25.5
require go.opentelemetry.io/otel v1.38.0

View file

@ -1,5 +1,5 @@
module github.com/grafana/grafana/scripts/go-workspace
go 1.25.3
go 1.25.5
require golang.org/x/mod v0.24.0

View file

@ -1,5 +1,5 @@
module github.com/grafana/grafana/scripts/modowners
go 1.25.3
go 1.25.5
require golang.org/x/mod v0.24.0