Skip to content
Snippets Groups Projects
Commit cf8073ae authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix versioning in makefile

parent f90b5221
Branches
Tags
1 merge request!68Release
......@@ -22,7 +22,7 @@ update_release:
GOFLAGS="" go get gitlab.com/xx_network/crypto@release
GOFLAGS="" go get gitlab.com/elixxir/comms@release
GOFLAGS="" go get gitlab.com/xx_network/comms@release
GOFLAGS="" go get gitlab.com/elixxir/client/v5@release
GOFLAGS="" go get gitlab.com/elixxir/client/v4@release
update_master:
GOFLAGS="" go get gitlab.com/elixxir/primitives@master
......@@ -30,7 +30,7 @@ update_master:
GOFLAGS="" go get gitlab.com/elixxir/crypto@master
GOFLAGS="" go get gitlab.com/elixxir/comms@master
GOFLAGS="" go get gitlab.com/xx_network/comms@master
GOFLAGS="" go get gitlab.com/elixxir/client@master
GOFLAGS="" go get gitlab.com/elixxir/client/v4@master
master: update_master clean build version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment