Update makefile to use go1.16rc1

This commit is contained in:
Ken Hibino 2021-01-29 22:37:53 -08:00
parent 30f64efd09
commit b5f9ef0b23
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
go.mod
View File

@ -1,6 +1,6 @@
module asynqmon
go 1.14
go 1.16
require (
github.com/go-redis/redis/v8 v8.4.4