Skip to content

Commit 7edfde9

Browse files
committed
Upgrade to go 1.19
1 parent ac8953d commit 7edfde9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test
1111
strategy:
1212
matrix:
13-
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x]
13+
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

examples/dynamic_size/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/alitto/pond/examples/dynamic_size
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/alitto/pond v1.7.1

examples/fixed_size/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/alitto/pond/examples/fixed_size
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/alitto/pond v1.7.1

examples/group_context/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/alitto/pond/examples/group_context
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/alitto/pond v1.7.1

examples/pool_context/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/alitto/pond/examples/pool_context
22

3-
go 1.18
3+
go 1.19
44

55
require github.com/alitto/pond v1.7.1
66

examples/prometheus/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/alitto/pond/examples/fixed_size
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/alitto/pond v1.7.1

examples/task_group/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/alitto/pond/examples/task_group
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/alitto/pond v1.7.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/alitto/pond
22

3-
go 1.18
3+
go 1.19

0 commit comments

Comments
 (0)