mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-09-17 04:04:28 +08:00
Update makefile to use go1.16rc1
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ assets:
|
|||||||
|
|
||||||
# TODO: Update this once go1.16 is released.
|
# TODO: Update this once go1.16 is released.
|
||||||
go_binary:
|
go_binary:
|
||||||
go1.16beta1 build -o asynqmon .
|
go1.16rc1 build -o asynqmon .
|
||||||
|
|
||||||
# Target to build a release binary.
|
# Target to build a release binary.
|
||||||
build: assets go_binary
|
build: assets go_binary
|
||||||
|
Reference in New Issue
Block a user