Skip to content

Commit 29b7ac5

Browse files
author
Tim Middleton
authored
Update to build with go 1.22 (#252)
1 parent ae0f68d commit 29b7ac5

16 files changed

+21
-21
lines changed

.github/workflows/build-snapshots-14110.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: '1.21'
64+
go-version: '1.22'
6565

6666
- name: Set up JDK 11 for Verify CLI
6767
uses: actions/setup-java@v4

.github/workflows/build-snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Go
6363
uses: actions/setup-go@v5
6464
with:
65-
go-version: '1.21'
65+
go-version: '1.22'
6666

6767
- name: Verify Coherence CLI
6868
env:

.github/workflows/build-test-create-cluster-jdk21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Go
5858
uses: actions/setup-go@v5
5959
with:
60-
go-version: '1.21'
60+
go-version: '1.22'
6161

6262
- name: Build cohctl
6363
shell: bash

.github/workflows/build-test-create-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go
6060
uses: actions/setup-go@v5
6161
with:
62-
go-version: '1.21'
62+
go-version: '1.22'
6363

6464
- name: Build cohctl
6565
shell: bash

.github/workflows/build-test-monitor-cluster-jdk21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go
5959
uses: actions/setup-go@v5
6060
with:
61-
go-version: '1.21'
61+
go-version: '1.22'
6262

6363
- name: Build cohctl
6464
shell: bash

.github/workflows/build-test-monitor-health-jdk21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go
5959
uses: actions/setup-go@v5
6060
with:
61-
go-version: '1.21'
61+
go-version: '1.22'
6262

6363
- name: Build cohctl
6464
shell: bash

.github/workflows/build-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go
5454
uses: actions/setup-go@v5
5555
with:
56-
go-version: '1.21'
56+
go-version: '1.22'
5757

5858
- name: TLS Tests
5959
shell: bash

.github/workflows/build-view-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go
6565
uses: actions/setup-go@v5
6666
with:
67-
go-version: '1.21'
67+
go-version: '1.22'
6868

6969
- name: Verify Coherence CLI View Cache
7070
env:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go
5454
uses: actions/setup-go@v5
5555
with:
56-
go-version: '1.21'
56+
go-version: '1.22'
5757

5858
- name: Code Review
5959
shell: bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Go
6363
uses: actions/setup-go@v5
6464
with:
65-
go-version: '1.21'
65+
go-version: '1.22'
6666

6767
- name: Compatability Tests
6868
shell: bash

0 commit comments

Comments
 (0)