Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release first version for all module #7

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/bigcache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Bigcache Pull Request Check
on:
pull_request:
paths:
- 'bigcache/**'
push:
paths:
- 'bigcache/**'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: cd bigcache && go build -v ./...
- name: Test
run: cd bigcache && go test -v -gcflags=all=-l ./...

25 changes: 25 additions & 0 deletions .github/workflows/clickhouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Clickhouse Pull Request Check
on:
pull_request:
paths:
- 'clickhouse/**'
push:
paths:
- 'clickhouse/**'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: cd clickhouse && go build -v ./...
- name: Test
run: cd clickhouse && go test -v -gcflags=all=-l ./...

2 changes: 1 addition & 1 deletion .github/workflows/cos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goredis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gorm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/hbase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Hbase Pull Request Check
on:
pull_request:
paths:
- 'hbase/**'
push:
paths:
- 'hbase/**'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: cd hbase && go build -v ./...
- name: Test
run: cd hbase && go test -v -gcflags=all=-l ./...

2 changes: 1 addition & 1 deletion .github/workflows/kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/timer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion bigcache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/allegro/bigcache/v3 v3.0.2
github.com/stretchr/testify v1.8.0
trpc.group/trpc-go/trpc-go v0.0.0-20230919115157-95737ac0b3e8
trpc.group/trpc-go/trpc-go v1.0.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions bigcache/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
trpc.group/trpc-go/tnet v0.0.0-20230810071536-9d05338021cf h1:Qo0p6ZJV60Qd5XajiIDidVgx1NDM9UHL7DzDKc2gqns=
trpc.group/trpc-go/trpc-go v0.0.0-20230919115157-95737ac0b3e8 h1:/jrNYARZOITHDsjgijDrth8AyTXnz37ggqahEYxirCk=
trpc.group/trpc-go/trpc-go v0.0.0-20230919115157-95737ac0b3e8/go.mod h1:ve2YyZleGVbnKr0RLUJcu35dXw2zZmsi3RdKVPgL4+4=
trpc.group/trpc-go/trpc-go v1.0.0 h1:bSbcNpRFEXJONkwMVs8Xd+Mw/mFPUeE9Lcxk7KAaSoU=
trpc.group/trpc-go/trpc-go v1.0.0/go.mod h1:ve2YyZleGVbnKr0RLUJcu35dXw2zZmsi3RdKVPgL4+4=
trpc.group/trpc/trpc-protocol/pb/go/trpc v0.0.0-20230803031059-de4168eb5952 h1:AhjP72IKa1YKnSIayk1X5xSzKrem0EanjZ7oMc2HYOw=
trpc.group/trpc/trpc-protocol/pb/go/trpc v0.0.0-20230803031059-de4168eb5952/go.mod h1:K+a1K/Gnlcg9BFHWx30vLBIEDhxODhl25gi1JjA54CQ=
9 changes: 6 additions & 3 deletions clickhouse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/agiledragon/gomonkey/v2 v2.2.0
github.com/golang/mock v1.6.0
github.com/jmoiron/sqlx v1.3.5
trpc.group/trpc-go/trpc-go v0.0.0-20230919115157-95737ac0b3e8
trpc.group/trpc-go/trpc-selector-dsn v0.0.0-20230828093907-26d74ca24285
trpc.group/trpc-go/trpc-utils v0.0.0-20230828093641-986b15ee523f
trpc.group/trpc-go/trpc-go v1.0.0
trpc.group/trpc-go/trpc-selector-dsn v1.0.0
trpc.group/trpc-go/trpc-utils v1.0.0
)

require (
Expand All @@ -27,6 +27,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand All @@ -42,8 +43,10 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.4.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
trpc.group/trpc-go/tnet v0.0.0-20230810071536-9d05338021cf // indirect
trpc.group/trpc/trpc-protocol/pb/go/trpc v0.0.0-20230803031059-de4168eb5952 // indirect
)
Loading
Loading