Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Jan 24, 2024
1 parent d5dc3d0 commit ed4b723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splitio/commitversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed4b723

Please sign in to comment.