mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-31 17:10:11 +08:00
Update makefile to use go1.16rc1
This commit is contained in:
parent
30f64efd09
commit
b5f9ef0b23
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user