Upgrade to go 1.19
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
name: Test
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x]
|
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/alitto/pond/examples/dynamic_size
|
module github.com/alitto/pond/examples/dynamic_size
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.7.1
|
github.com/alitto/pond v1.7.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/alitto/pond/examples/fixed_size
|
module github.com/alitto/pond/examples/fixed_size
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.7.1
|
github.com/alitto/pond v1.7.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/alitto/pond/examples/group_context
|
module github.com/alitto/pond/examples/group_context
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.7.1
|
github.com/alitto/pond v1.7.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/alitto/pond/examples/pool_context
|
module github.com/alitto/pond/examples/pool_context
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require github.com/alitto/pond v1.7.1
|
require github.com/alitto/pond v1.7.1
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/alitto/pond/examples/fixed_size
|
module github.com/alitto/pond/examples/fixed_size
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.7.1
|
github.com/alitto/pond v1.7.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/alitto/pond/examples/task_group
|
module github.com/alitto/pond/examples/task_group
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.7.1
|
github.com/alitto/pond v1.7.1
|
||||||
|
|||||||
Reference in New Issue
Block a user