Skip to content

Commit

Permalink
Makefile: bump to Go 1.23.4
Browse files Browse the repository at this point in the history
Change-Id: Ib9a17ab8e740aeb42087ead8f1211d85119a632f
  • Loading branch information
halkyon authored and Storj Robot committed Dec 5, 2024
1 parent cd2a3b3 commit 721b936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion testsuite/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 721b936

Please sign in to comment.