mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Bump Go to 1.23.4 (#98853)
* Chore: Bump Go to 1.23.4 This is done in preparation of updating the App SDK library we import, as it has bumped its Go version to 1.23.4 as well. * Chore: make update-workspace
This commit is contained in:
committed by
GitHub
parent
8054b30d5d
commit
05ea05d64e
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ WIRE_TAGS = "oss"
|
||||
include .bingo/Variables.mk
|
||||
|
||||
GO = go
|
||||
GO_VERSION = 1.23.1
|
||||
GO_VERSION = 1.23.4
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user