From 35cb98edd059f13ee4edf428d64e246b2d13a41c Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Thu, 16 Jan 2025 21:58:39 +0100 Subject: [PATCH] fix: update in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9346e4b9b10..1e4d78ce377 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ WIRE_TAGS = "oss" include .bingo/Variables.mk GO = go -GO_VERSION = 1.23.1 +GO_VERSION = 1.23.5 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)