Skip to content

Commit 2c33931

Browse files
author
Tim Middleton
authored
Add Go 1.24 to CI/CD (#113)
1 parent 0938f78 commit 2c33931

16 files changed

+16
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 1.21.x
3333
- 1.22.x
3434
- 1.23.x
35+
- 1.24.x
3536

3637
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3738
# the copyright check cannot work out the date of the files from Git.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 1.21.x
3333
- 1.22.x
3434
- 1.23.x
35+
- 1.24.x
3536

3637
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3738
# the copyright check cannot work out the date of the files from Git.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 1.21.x
3333
- 1.22.x
3434
- 1.23.x
35+
- 1.24.x
3536

3637
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3738
# the copyright check cannot work out the date of the files from Git.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 1.21.x
3333
- 1.22.x
3434
- 1.23.x
35+
- 1.24.x
3536

3637
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3738
# the copyright check cannot work out the date of the files from Git.

.github/workflows/build-compatability.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- 1.21.x
3232
- 1.22.x
3333
- 1.23.x
34+
- 1.24.x
3435

3536
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3637
# the copyright check cannot work out the date of the files from Git.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 1.21.x
3333
- 1.22.x
3434
- 1.23.x
35+
- 1.24.x
3536

3637
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3738
# the copyright check cannot work out the date of the files from Git.

.github/workflows/build-queues.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 1.21.x
3333
- 1.22.x
3434
- 1.23.x
35+
- 1.24.x
3536

3637
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3738
# the copyright check cannot work out the date of the files from Git.

.github/workflows/build-v1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- 1.21.x
2626
- 1.22.x
2727
- 1.23.x
28+
- 1.24.x
2829
coherence-version:
2930
- 24.09.3
3031
- 24.09.4-SNAPSHOT

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- 1.21.x
2626
- 1.22.x
2727
- 1.23.x
28+
- 1.24.x
2829

2930
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3031
# the copyright check cannot work out the date of the files from Git.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- 1.21.x
3535
- 1.22.x
3636
- 1.23.x
37+
- 1.24.x
3738

3839
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3940
# the copyright check cannot work out the date of the files from Git.

0 commit comments

Comments
 (0)