2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2025-10-26 16:26:12 +08:00

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

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