Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 839aed3

Browse files
authoredJan 3, 2025··
chore(deps): update dependency open-feature/test-harness to v0.5.20
1 parent 78d48f9 commit 839aed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ test:
1414
go list -f '{{.Dir}}/...' -m | xargs -I{} go test -v {}
1515

1616
e2e-start-helpers:
17-
docker run --name $(FLAGD_TESTBED) -d -p 8013:8013 ghcr.io/open-feature/flagd-testbed:v0.5.6
18-
docker run --name $(FLAGD_SYNC) -d -p 9090:9090 ghcr.io/open-feature/sync-testbed:v0.5.6
17+
docker run --name $(FLAGD_TESTBED) -d -p 8013:8013 ghcr.io/open-feature/flagd-testbed:v0.5.20
18+
docker run --name $(FLAGD_SYNC) -d -p 9090:9090 ghcr.io/open-feature/sync-testbed:v0.5.20
1919

2020
e2e-remove-helpers:
2121
docker stop $(FLAGD_TESTBED)

0 commit comments

Comments
 (0)
Please sign in to comment.