Skip to content

Commit

Permalink
Update dependencies for tests (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
aermolaev authored Jun 13, 2024
1 parent 33a9223 commit 27a08dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.5
FROM golang:1.19

# copy files for build
COPY . .
Expand Down
4 changes: 2 additions & 2 deletions build/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- $GOPATH/pkg/mod:/go/pkg/mod
kafka:
container_name: ${APP_PROJECT}_kafka
image: wurstmeister/kafka:2.13-2.7.0
image: wurstmeister/kafka:2.13-2.8.1
hostname: kafka
ports:
- "9092:9092"
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
- "2181"
platform: "linux/x86_64"
jaeger:
image: jaegertracing/all-in-one:1.22
image: jaegertracing/all-in-one:1.58
container_name: ${APP_PROJECT}_jaeger
environment:
COLLECTOR_ZIPKIN_HTTP_PORT: 9411
Expand Down
1 change: 0 additions & 1 deletion internal/proto/testdata/example.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package example;
option go_package = ".";

import "google/protobuf/timestamp.proto";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";

service Example {
rpc Hello(HelloRequest) returns (HelloResponse) {}
Expand Down

0 comments on commit 27a08dc

Please sign in to comment.