We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09b82c commit 0ff0ebaCopy full SHA for 0ff0eba
Makefile
@@ -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
3
TIMEOUT = 20m
-GO = go
4
DOCKER = docker
5
DOCKER_IMAGE = orionbcdb/orion-server
6
DOCKERFILE = images/Dockerfile
0 commit comments