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
+1
View File
@@ -10,6 +10,7 @@ go:
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
# Enable Go Modules
env:
+2 -2
View File
@@ -1,9 +1,9 @@
module github.com/alitto/pond/examples/dynamic_size
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 => ../../
+2 -2
View File
@@ -1,9 +1,9 @@
module github.com/alitto/pond/examples/fixed_size
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 => ../../
+2 -2
View File
@@ -1,9 +1,9 @@
module github.com/alitto/pond/examples/fixed_size
go 1.14
go 1.15
require (
github.com/alitto/pond v1.3.0
github.com/alitto/pond v1.5.0
github.com/prometheus/client_golang v1.9.0
)
+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 => ../../
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/alitto/pond
go 1.14
go 1.15