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