Skip to content

Commit

Permalink
Update Zipkin API (#110)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Swagger Docker image is no longer value

## Description of the changes
- Upgrade swagger image version to 0.31
- That fails on the old API definition for Zipkin, so update that from
the latest

## How was this change tested?
- CI

---------

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Nov 17, 2024
1 parent bdd5ab5 commit 29ed41a
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ THRIFT_VER?=0.13
THRIFT_IMG?=jaegertracing/thrift:$(THRIFT_VER)
THRIFT=docker run --rm -u $(shell id -u) -v "${PWD}:/data" $(THRIFT_IMG) thrift

SWAGGER_VER=0.12.0
SWAGGER_VER=0.31.0
SWAGGER_IMAGE=quay.io/goswagger/swagger:$(SWAGGER_VER)
SWAGGER=docker run --rm -u ${shell id -u} -v "${PWD}:/go/src/${PROJECT_ROOT}" -w /go/src/${PROJECT_ROOT} $(SWAGGER_IMAGE)

Expand Down
Loading

0 comments on commit 29ed41a

Please sign in to comment.