diff --git a/splitio/commitversion.go b/splitio/commitversion.go index 2ffe1ec4..50485491 100644 --- a/splitio/commitversion.go +++ b/splitio/commitversion.go @@ -5,4 +5,4 @@ This file is created automatically, please do not edit */ // CommitVersion is the version of the last commit previous to release -const CommitVersion = "1d2c7f6" +const CommitVersion = "d5dc3d0" diff --git a/windows/Makefile b/windows/Makefile index ba096f1f..52149a99 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -33,7 +33,7 @@ binaries: $(BUILD_FOLDER)/split-proxy-fips.exe $(BUILD_FOLDER)/split-sync-fips.e $(DOWNLOAD_FOLDER)/go1.21.linux-amd64.tar.gz: mkdir -p $(DOWNLOAD_FOLDER) wget https://aka.ms/golang/release/latest/$(ASSET) --directory-prefix $(DOWNLOAD_FOLDER) - wget https://aka.ms/golang/release/latest/$(ASSET).sha256 --directory-prefix $(DOWNLOAD_FOLDER) + # wget https://aka.ms/golang/release/latest/$(ASSET).sha256 --directory-prefix $(DOWNLOAD_FOLDER) # TODO(mredolatti): validate SUM $(UNPACK_FOLDER)/go: $(DOWNLOAD_FOLDER)/$(ASSET)