Skip to content

Commit 97eb0d0

Browse files
author
Tim Middleton
committed
Fix dapr action
1 parent 6abee30 commit 97eb0d0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build-dapr-tls.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
matrix:
2727
coherenceVersion:
2828
- 25.09-SNAPSHOT
29-
- 25.03.3
29+
- 25.03.3-SNAPSHOT
30+
- 25.03.2
3031
go-version:
3132
- 1.24.x
3233

.github/workflows/build-dapr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
coherenceVersion:
2828
- 25.09-SNAPSHOT
2929
- 25.03.2
30+
- 25.03.3-SNAPSHOT
3031
go-version:
3132
- 1.24.x
3233

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
4444
everything necessary for the client to operate correctly.
4545

4646
```bash
47-
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:25.03.1
47+
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:25.03.2
4848
```
4949

5050
## Installation

0 commit comments

Comments
 (0)