Skip to content

Commit

Permalink
chore: bump version & update CI (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo authored Mar 14, 2023
1 parent 1c7d5d6 commit 1a0bcba
Show file tree
Hide file tree
Showing 9 changed files with 1,043 additions and 168 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: 1.19

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: 1.19

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: 1.19

- uses: actions/cache@v2
with:
Expand Down
10 changes: 5 additions & 5 deletions bizdemo/easy_note/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.16

require (
github.com/apache/thrift v0.15.0
github.com/cloudwego/hertz v0.5.2
github.com/cloudwego/kitex v0.4.4
github.com/hertz-contrib/jwt v1.0.1
github.com/cloudwego/hertz v0.6.0
github.com/cloudwego/kitex v0.5.0
github.com/hertz-contrib/jwt v1.0.2
github.com/kitex-contrib/registry-etcd v0.1.0
github.com/kitex-contrib/tracer-opentracing v0.0.3
github.com/opentracing/opentracing-go v1.2.0
Expand All @@ -15,8 +15,8 @@ require (
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/yusufpapurcu/wmi v1.2.2 // indirect
google.golang.org/protobuf v1.28.1
gorm.io/driver/mysql v1.2.3
gorm.io/gorm v1.22.5
gorm.io/driver/mysql v1.4.7
gorm.io/gorm v1.24.6
gorm.io/plugin/opentracing v0.0.0-20211220013347-7d2b2af23560
)

Expand Down
160 changes: 112 additions & 48 deletions bizdemo/easy_note/go.sum

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@ go 1.16

require (
github.com/apache/thrift v0.13.0
github.com/bytedance/gopkg v0.0.0-20220531084716-665b4f21126f
github.com/cloudwego/kitex v0.4.4
github.com/bytedance/gopkg v0.0.0-20220817015305-b879a72dc90f
github.com/cloudwego/kitex v0.5.0
github.com/kitex-contrib/monitor-prometheus v0.1.0
github.com/kitex-contrib/obs-opentelemetry v0.2.0
github.com/kitex-contrib/obs-opentelemetry/logging/logrus v0.0.0-20230215024021-be92bf60dfc7
github.com/kitex-contrib/obs-opentelemetry v0.2.1
github.com/kitex-contrib/obs-opentelemetry/logging/logrus v0.0.0-20230219092456-5e6c84962323
github.com/kitex-contrib/tracer-opentracing v0.0.3
github.com/opentracing/opentracing-go v1.2.0
github.com/uber/jaeger-client-go v2.29.1+incompatible
go.opentelemetry.io/otel v1.9.0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
go.opentelemetry.io/otel v1.13.0
golang.org/x/sync v0.1.0
google.golang.org/protobuf v1.28.1
)

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.uber.org/atomic v1.8.0 // indirect
)
887 changes: 812 additions & 75 deletions go.sum

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions proxyless/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.17

require (
github.com/apache/thrift v0.16.0
github.com/bytedance/gopkg v0.0.0-20220531084716-665b4f21126f
github.com/cloudwego/kitex v0.4.4
github.com/bytedance/gopkg v0.0.0-20220817015305-b879a72dc90f
github.com/cloudwego/kitex v0.5.0
github.com/cloudwego/kitex-benchmark v0.0.0-20220801033030-91acca7664da
github.com/kitex-contrib/resolver-dns v0.0.0-20211026091019-d57feaffb777
github.com/kitex-contrib/xds v0.1.0
Expand All @@ -15,13 +15,13 @@ require (

require (
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/chenzhuoyu/iasm v0.0.0-20220818063314-28c361dae733 // indirect
github.com/choleraehyq/pid v0.0.15 // indirect
github.com/chenzhuoyu/iasm v0.0.0-20230222070914-0b1b64b0e762 // indirect
github.com/choleraehyq/pid v0.0.16 // indirect
github.com/cloudfoundry/gosigar v1.3.3 // indirect
github.com/cloudwego/fastpb v0.0.3 // indirect
github.com/cloudwego/frugal v0.1.3 // indirect
github.com/cloudwego/netpoll v0.3.1 // indirect
github.com/cloudwego/thriftgo v0.2.4 // indirect
github.com/cloudwego/fastpb v0.0.4-0.20230131074846-6fc453d58b96 // indirect
github.com/cloudwego/frugal v0.1.6 // indirect
github.com/cloudwego/netpoll v0.3.2 // indirect
github.com/cloudwego/thriftgo v0.2.8 // indirect
github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
github.com/tidwall/gjson v1.9.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/arch v0.0.0-20220722155209-00200b7164a7 // indirect
golang.org/x/arch v0.2.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
Expand Down
Loading

0 comments on commit 1a0bcba

Please sign in to comment.