Upgrade Go runtime to 1.15 and bump version
This commit is contained in:
@@ -10,6 +10,7 @@ go:
|
|||||||
- 1.12.x
|
- 1.12.x
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
- 1.14.x
|
- 1.14.x
|
||||||
|
- 1.15.x
|
||||||
|
|
||||||
# Enable Go Modules
|
# Enable Go Modules
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
module github.com/alitto/pond/examples/dynamic_size
|
module github.com/alitto/pond/examples/dynamic_size
|
||||||
|
|
||||||
go 1.14
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.3.0
|
github.com/alitto/pond v1.5.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/alitto/pond => ../../
|
replace github.com/alitto/pond => ../../
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
module github.com/alitto/pond/examples/fixed_size
|
module github.com/alitto/pond/examples/fixed_size
|
||||||
|
|
||||||
go 1.14
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.3.0
|
github.com/alitto/pond v1.5.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/alitto/pond => ../../
|
replace github.com/alitto/pond => ../../
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
module github.com/alitto/pond/examples/fixed_size
|
module github.com/alitto/pond/examples/fixed_size
|
||||||
|
|
||||||
go 1.14
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.3.0
|
github.com/alitto/pond v1.5.0
|
||||||
github.com/prometheus/client_golang v1.9.0
|
github.com/prometheus/client_golang v1.9.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
module github.com/alitto/pond/examples/task_group
|
module github.com/alitto/pond/examples/task_group
|
||||||
|
|
||||||
go 1.14
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.3.0
|
github.com/alitto/pond v1.5.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/alitto/pond => ../../
|
replace github.com/alitto/pond => ../../
|
||||||
|
|||||||
Reference in New Issue
Block a user