Chore: Bump Go to 1.23.1 (#93007)

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
This commit is contained in:
Dave Henderson
2024-09-06 20:58:50 +03:00
committed by GitHub
parent 2218841aa6
commit e1090db5d9
18 changed files with 139 additions and 735 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ global variables
"""
grabpl_version = "v3.0.50"
golang_version = "1.23.0"
golang_version = "1.23.1"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
nodejs_version = "20.9.0"
+1 -1
View File
@@ -1,5 +1,5 @@
module github.com/grafana/grafana/scripts/go-workspace
go 1.23.0
go 1.23.1
require golang.org/x/mod v0.20.0