2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-18 08:57:55 +08:00

pkg: go version update -> 1.20

This commit is contained in:
Mohammed Sohail
2023-12-07 10:31:00 +03:00
committed by Ken Hibino
parent 6a7bf2ceff
commit c1096a0fae
5 changed files with 10 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
module github.com/hibiken/asynq/tools
go 1.18
go 1.20
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1