mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 03:21:55 +08:00
ci/docs: update go versions
Squashed commit of the following: commitde18fe9839
Author: Ken Hibino <ken.hibino7@gmail.com> Date: Sun Sep 17 19:35:33 2023 -0700 Update README about supported Go versions commit714d62bb75
Author: Ken Hibino <ken.hibino7@gmail.com> Date: Sun Sep 17 19:26:16 2023 -0700 Bound build to the latest two go versions
This commit is contained in:
parent
c1096a0fae
commit
e05f0b7196
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
|
||||
go-version: [1.20.x, 1.21.x]
|
||||
runs-on: ${{ matrix.os }}
|
||||
services:
|
||||
redis:
|
||||
|
@ -54,7 +54,7 @@ If you are using this package in production, **please consider sponsoring the pr
|
||||
|
||||
## 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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user