Chore: Update remaining gomod and containers to use Go 1.24.1 (#102794)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23.7-windowsservercore-1809
|
||||
FROM golang:1.24.1-windowsservercore-1809
|
||||
|
||||
SHELL ["powershell", "-command"]
|
||||
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user