Skip to content

Commit

Permalink
Fix version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Sep 10, 2024
1 parent c2b0dca commit 66f5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_CMD_W_CGO = CGO_ENABLED=1 GOOS=linux go
GO_CMD = CGO_ENABLED=0 GOOS=linux go
JETSTREAM_VERSION = $(shell git rev-parse HEAD)
JETSTREAM_VERSION = sha-$(shell git rev-parse HEAD)

# Build Jetstream
.PHONY: build
Expand Down

0 comments on commit 66f5564

Please sign in to comment.