Upgrade to go 1.19
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
name: Test
|
||||
strategy:
|
||||
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]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/alitto/pond/examples/dynamic_size
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.7.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/alitto/pond/examples/fixed_size
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.7.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/alitto/pond/examples/group_context
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.7.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/alitto/pond/examples/pool_context
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require github.com/alitto/pond v1.7.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/alitto/pond/examples/fixed_size
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.7.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/alitto/pond/examples/task_group
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.7.1
|
||||
|
||||
Reference in New Issue
Block a user