From de18fe9839da60e927a9e2b143fb57f8c8e0bacc Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sun, 17 Sep 2023 19:35:33 -0700 Subject: [PATCH] Update README about supported Go versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b399673..8d42295 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Task queues are used as a mechanism to distribute work across multiple machines. ## Quickstart -Make sure you have Go installed ([download](https://golang.org/dl/)). Version `1.14` or higher is required. +Make sure you have Go installed ([download](https://golang.org/dl/)). Latest two Go versions are supported (See https://go.dev/dl). Initialize your project by creating a folder and then running `go mod init github.com/your/repo` ([learn more](https://blog.golang.org/using-go-modules)) inside the folder. Then install Asynq library with the [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) command: