Upgrade Go runtime to 1.15 and bump version

This commit is contained in:
alitto
2020-12-31 12:38:48 -03:00
parent bb00d6603a
commit 6168d68b3e
6 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
module github.com/alitto/pond/examples/task_group
go 1.14
go 1.15
require (
github.com/alitto/pond v1.3.0
github.com/alitto/pond v1.5.0
)
replace github.com/alitto/pond => ../../