diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d374fe4..48bdaf7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/examples/dynamic_size/go.mod b/examples/dynamic_size/go.mod index dfdfcf8..f1a54b4 100644 --- a/examples/dynamic_size/go.mod +++ b/examples/dynamic_size/go.mod @@ -1,6 +1,6 @@ module github.com/alitto/pond/examples/dynamic_size -go 1.19 +go 1.22 require ( github.com/alitto/pond v1.7.1 diff --git a/examples/fixed_size/go.mod b/examples/fixed_size/go.mod index 501b829..885e237 100644 --- a/examples/fixed_size/go.mod +++ b/examples/fixed_size/go.mod @@ -1,6 +1,6 @@ module github.com/alitto/pond/examples/fixed_size -go 1.19 +go 1.22 require ( github.com/alitto/pond v1.7.1 diff --git a/examples/group_context/go.mod b/examples/group_context/go.mod index d691841..572f3b9 100644 --- a/examples/group_context/go.mod +++ b/examples/group_context/go.mod @@ -1,6 +1,6 @@ module github.com/alitto/pond/examples/group_context -go 1.19 +go 1.22 require ( github.com/alitto/pond v1.7.1 diff --git a/examples/pool_context/go.mod b/examples/pool_context/go.mod index 86edb61..90114e1 100644 --- a/examples/pool_context/go.mod +++ b/examples/pool_context/go.mod @@ -1,6 +1,6 @@ module github.com/alitto/pond/examples/pool_context -go 1.19 +go 1.22 require github.com/alitto/pond v1.7.1 diff --git a/examples/prometheus/go.mod b/examples/prometheus/go.mod index 74005ab..0c6afa8 100644 --- a/examples/prometheus/go.mod +++ b/examples/prometheus/go.mod @@ -1,6 +1,6 @@ module github.com/alitto/pond/examples/fixed_size -go 1.19 +go 1.22 require ( github.com/alitto/pond v1.7.1 diff --git a/examples/task_group/go.mod b/examples/task_group/go.mod index dadc199..dbaa9ca 100644 --- a/examples/task_group/go.mod +++ b/examples/task_group/go.mod @@ -1,6 +1,6 @@ module github.com/alitto/pond/examples/task_group -go 1.19 +go 1.22 require ( github.com/alitto/pond v1.7.1 diff --git a/go.mod b/go.mod index 1f22444..533efaa 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/alitto/pond -go 1.19 +go 1.22