Skip to content

Commit 0ff0eba

Browse files
authored
Allow setting different go version from the command line (#495)
E.g., `make GO=go1.19.4 binary` Signed-off-by: Liran Funaro <liran.funaro@gmail.com>
1 parent a09b82c commit 0ff0eba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# Allow setting different go version from the command line. E.g.,`make GO=go1.19.4 binary`
2+
GO ?= go
13
TIMEOUT = 20m
2-
GO = go
34
DOCKER = docker
45
DOCKER_IMAGE = orionbcdb/orion-server
56
DOCKERFILE = images/Dockerfile

0 commit comments

Comments
 (0)