Upgrade to go 1.19

This commit is contained in:
Alejandro Durante
2022-08-28 18:58:17 -03:00
parent ac8953dc20
commit 7edfde9f7b
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/alitto/pond
go 1.18
go 1.19