Skip to content

Commit d7b89d5

Browse files
author
Tim Middleton
authored
Update to require go 1.23 for v2.1.0 (#117)
* Update to require go 1.23 for v2.1.0 * Update workflow
1 parent ec8296e commit d7b89d5

19 files changed

+48
-174
lines changed

.github/workflows/build-compatability-1412.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- 14.1.2-0-1
2727
- 14.1.2-0-2-SNAPSHOT
2828
go-version:
29-
- 1.19.x
30-
- 1.20.x
31-
- 1.21.x
32-
- 1.22.x
3329
- 1.23.x
3430
- 1.24.x
3531

.github/workflows/build-compatability-2206.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- 22.06.11
2727
- 22.06.12-SNAPSHOT
2828
go-version:
29-
- 1.19.x
30-
- 1.20.x
31-
- 1.21.x
32-
- 1.22.x
3329
- 1.23.x
3430
- 1.24.x
3531

.github/workflows/build-compatability-v1-1412.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- 14.1.2-0-1
2727
- 14.1.2-0-2-SNAPSHOT
2828
go-version:
29-
- 1.19.x
30-
- 1.20.x
31-
- 1.21.x
32-
- 1.22.x
3329
- 1.23.x
3430
- 1.24.x
3531

.github/workflows/build-compatability-v1.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 24.09.2
26+
- 24.09.3
2727
- 24.09.4-SNAPSHOT
2828
go-version:
29-
- 1.19.x
30-
- 1.20.x
31-
- 1.21.x
32-
- 1.22.x
3329
- 1.23.x
3430
- 1.24.x
3531

.github/workflows/build-compatability.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
coherenceVersion:
2626
- 24.09.3
2727
go-version:
28-
- 1.19.x
29-
- 1.20.x
30-
- 1.21.x
31-
- 1.22.x
3228
- 1.23.x
3329
- 1.24.x
3430

.github/workflows/build-queues-1412.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- 14.1.2-0-1
2727
- 14.1.2-0-2-SNAPSHOT
2828
go-version:
29-
- 1.19.x
30-
- 1.20.x
31-
- 1.21.x
32-
- 1.22.x
3329
- 1.23.x
3430
- 1.24.x
3531

.github/workflows/build-queues.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- 24.09.3
2727
- 24.09.4-SNAPSHOT
2828
go-version:
29-
- 1.19.x
30-
- 1.20.x
31-
- 1.21.x
32-
- 1.22.x
3329
- 1.23.x
3430
- 1.24.x
3531

.github/workflows/build-v1.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
strategy:
2121
matrix:
2222
go-version:
23-
- 1.19.x
24-
- 1.20.x
25-
- 1.21.x
26-
- 1.22.x
2723
- 1.23.x
2824
- 1.24.x
2925
coherence-version:

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
strategy:
2121
matrix:
2222
go-version:
23-
- 1.19.x
24-
- 1.20.x
25-
- 1.21.x
26-
- 1.22.x
2723
- 1.23.x
2824
- 1.24.x
2925

.github/workflows/discovery-compatability-tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
coherenceVersion:
23-
- 22.06.10
2423
- 22.06.11
2524
- 22.06.12-SNAPSHOT
26-
- 24.09
27-
- 24.09.2
25+
- 24.09.3
2826
- 14.1.2-0-0
2927
- 14.1.2-0-1
3028
- 14.1.2-0-2-SNAPSHOT
3129
go-version:
32-
- 1.19.x
33-
- 1.20.x
34-
- 1.21.x
35-
- 1.22.x
3630
- 1.23.x
3731
- 1.24.x
3832

0 commit comments

Comments
 (0)