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
22 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.7-windowsservercore-1809
FROM golang:1.24.1-windowsservercore-1809
SHELL ["powershell", "-command"]
+1 -1
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
+1 -1
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