From 721b93640f124ff20e0c4f13e554b37f39c006ce Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 5 Dec 2024 13:16:20 +1300 Subject: [PATCH] Makefile: bump to Go 1.23.4 Change-Id: Ib9a17ab8e740aeb42087ead8f1211d85119a632f --- Makefile | 2 +- testsuite/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0879ebe..d88f4c73 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,7 @@ verify: lint cross-vet test ## Execute pre-commit verification ##@ Release/Private Jenkins/Build -GO_VERSION ?= 1.23.3 +GO_VERSION ?= 1.23.4 BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD | sed "s!/!-!g") ifeq (${BRANCH_NAME},main) diff --git a/testsuite/go.mod b/testsuite/go.mod index 5338c4c0..85ff25bd 100644 --- a/testsuite/go.mod +++ b/testsuite/go.mod @@ -1,6 +1,6 @@ module storj.io/edge/testsuite -go 1.23.3 +go 1.23.4 require ( github.com/aws/aws-sdk-go v1.36.15