Skip to content

Commit

Permalink
Merge pull request #11 from kitex-contrib/update-version
Browse files Browse the repository at this point in the history
chore: update kitex to v0.9.1
  • Loading branch information
baiyutang authored May 8, 2024
2 parents 7d341f0 + 27a20f4 commit 2905e45
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 45 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pr-check.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19

- uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prepare:
docker pull consul:latest
docker run -d --rm --name=dev-consul -e CONSUL_BIND_INTERFACE=eth0 -p 8500:8500 consul:latest
docker pull consul:1.15
docker run -d --rm --name=dev-consul -e CONSUL_BIND_INTERFACE=eth0 -p 8500:8500 consul:1.15

stop:
docker stop dev-consul
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.16

require (
github.com/apache/thrift v0.13.0
github.com/cloudwego/kitex v0.5.1
github.com/cloudwego/kitex v0.9.1
github.com/hashicorp/consul/api v1.20.0
github.com/hashicorp/go-hclog v1.3.1 // indirect
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.9.0
)

replace github.com/apache/thrift => github.com/apache/thrift v0.13.0
Loading

0 comments on commit 2905e45

Please sign in to comment.