[release-11.5.3] Chore: Bump Go to 1.23.7 (#101581)

Chore: Bump Go to 1.23.7
This commit is contained in:
Matheus Macabu
2025-03-05 09:59:05 +01:00
committed by GitHub
parent 596b3e42f5
commit 29d35ec39c
27 changed files with 129 additions and 131 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ WIRE_TAGS = "oss"
include .bingo/Variables.mk
GO = go
GO_VERSION = 1.23.5
GO_VERSION = 1.23.7
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)