Skip to content

Commit 2b9ab42

Browse files
authored
Update Go and third-party dependency versions (#360)
* Update Go and third-party dependency versions * Update Go version in GitHub actions
1 parent 763a393 commit 2b9ab42

16 files changed

+18
-16
lines changed

.github/workflows/build-monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v5
4444
with:
45-
go-version: '1.24'
45+
go-version-file: 'go.mod'
4646

4747
- name: Build and Test Monitoring
4848
shell: bash

.github/workflows/build-snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Go
6464
uses: actions/setup-go@v5
6565
with:
66-
go-version: '1.24'
66+
go-version-file: 'go.mod'
6767

6868
- name: Verify Coherence CLI
6969
env:

.github/workflows/build-test-create-cluster-jdk21.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.23'
62+
go-version-file: 'go.mod'
6363

6464
- name: Build cohctl
6565
shell: bash

.github/workflows/build-test-create-cluster.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.23'
64+
go-version-file: 'go.mod'
6565

6666
- name: Build cohctl
6767
shell: bash

.github/workflows/build-test-create-starter-polyglot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Go
3939
uses: actions/setup-go@v5
4040
with:
41-
go-version: '1.24'
41+
go-version-file: 'go.mod'
4242

4343
- name: Build cohctl
4444
shell: bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: '1.24'
53+
go-version-file: 'go.mod'
5454

5555
- name: Build cohctl
5656
shell: bash

.github/workflows/build-test-monitor-cluster-jdk21.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.24'
64+
go-version-file: 'go.mod'
6565

6666
- name: Build cohctl
6767
shell: bash

.github/workflows/build-test-monitor-health-jdk21.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.24'
64+
go-version-file: 'go.mod'
6565

6666
- name: Build cohctl
6767
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.24'
56+
go-version-file: 'go.mod'
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
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Go
6767
uses: actions/setup-go@v5
6868
with:
69-
go-version: '1.24'
69+
go-version-file: 'go.mod'
7070

7171
- name: Verify Coherence CLI View Cache
7272
env:

0 commit comments

Comments
 (0)