Chore: Update remaining gomod and containers to use Go 1.24.1 (#102794)

This commit is contained in:
Matheus Macabu 2025-03-25 15:23:29 +01:00 committed by GitHub
parent 169b0eb5f5
commit 99e49a0548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 22 additions and 22 deletions

View File

@ -8,7 +8,7 @@ WIRE_TAGS = "oss"
include .bingo/Variables.mk
GO = go
GO_VERSION = 1.23.7
GO_VERSION = 1.24.1
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.23.7
go 1.24.1
require (
github.com/grafana/grafana-app-sdk v0.31.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/dashboard
go 1.23.7
go 1.24.1
require (
github.com/grafana/grafana-app-sdk v0.31.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/investigations
go 1.23.7
go 1.24.1
require (
github.com/grafana/grafana-app-sdk v0.31.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/apps/playlist
go 1.23.7
go 1.24.1
require (
github.com/grafana/grafana-app-sdk v0.31.0

View File

@ -1,6 +1,6 @@
module high-card
go 1.23.7
go 1.24.1
require (
github.com/prometheus/client_golang v1.20.2

View File

@ -1,6 +1,6 @@
module utf8-support
go 1.23.7
go 1.24.1
require (
github.com/prometheus/client_golang v1.20.5

View File

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

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/hack
go 1.23.7
go 1.24.1
require k8s.io/code-generator v0.32.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/aggregator
go 1.23.7
go 1.24.1
require (
github.com/emicklei/go-restful/v3 v3.11.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apimachinery
go 1.23.7
go 1.24.1
require (
github.com/grafana/authlib v0.0.0-20250305132846-37f49eb947fa // @grafana/identity-access-team

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apis/secret
go 1.23.7
go 1.24.1
require (
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250314071911-14e2784e6979

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build
go 1.23.7
go 1.24.1
// 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.23.7
go 1.24.1
require (
github.com/google/go-cmp v0.7.0

View File

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

View File

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

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/promlib
go 1.23.7
go 1.24.1
require (
github.com/grafana/dskit v0.0.0-20241105154643-a6b453a88040

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/semconv
go 1.23.7
go 1.24.1
require go.opentelemetry.io/otel v1.35.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/util/xorm
go 1.23.7
go 1.24.1
require (
cloud.google.com/go/spanner v1.75.0

View File

@ -1,4 +1,4 @@
FROM golang:1.23.7-windowsservercore-1809
FROM golang:1.24.1-windowsservercore-1809
SHELL ["powershell", "-command"]

View File

@ -1,5 +1,5 @@
module github.com/grafana/grafana/scripts/go-workspace
go 1.23.7
go 1.24.1
require golang.org/x/mod v0.20.0

View File

@ -1,5 +1,5 @@
module github.com/grafana/grafana/scripts/modowners
go 1.23.7
go 1.24.1
require golang.org/x/mod v0.10.0