mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +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.
|
||||
go_binary:
|
||||
go1.16beta1 build -o asynqmon .
|
||||
go1.16rc1 build -o asynqmon .
|
||||
|
||||
# Target to build a release binary.
|
||||
build: assets go_binary
|
||||
|
Loading…
Reference in New Issue
Block a user