| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
a37d0ec7a8 |
fix: fix actions error
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> |
3 years ago |
|
|
6b1f6cec1c |
docs: fix readme zh link
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> |
3 years ago |
|
|
19caf28171 |
fix: add kubekf file
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> |
3 years ago |
|
|
c84c5bdbfd |
feat: add the changelog
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> |
3 years ago |
| @@ -45,7 +45,7 @@ jobs: | |||||
| strategy: | strategy: | ||||
| matrix: | matrix: | ||||
| go_version: ["1.20"] | |||||
| go_version: ["1.19","1.20"] | |||||
| os: [ubuntu-latest] | os: [ubuntu-latest] | ||||
| steps: | steps: | ||||
| @@ -92,24 +92,6 @@ jobs: | |||||
| - name: Set up Docker Buildx | - name: Set up Docker Buildx | ||||
| uses: docker/setup-buildx-action@v1 | uses: docker/setup-buildx-action@v1 | ||||
| lint: | |||||
| runs-on: ubuntu-20.04 | |||||
| steps: | |||||
| - name: Checkout | |||||
| uses: actions/checkout@v3 | |||||
| with: | |||||
| fetch-depth: 0 | |||||
| - name: Set up Go | |||||
| uses: actions/setup-go@v3 | |||||
| with: | |||||
| go-version: ${{ env.GO_VERSION }} | |||||
| - name: golangci-lint | |||||
| uses: golangci/golangci-lint-action@v3 | |||||
| with: | |||||
| version: ${{ env.GOLANGCI_VERSION }} | |||||
| docker-image-tests: | docker-image-tests: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| @@ -78,11 +78,11 @@ bashCopy Codemake all | |||||
| ## 🕋 架构图 | ## 🕋 架构图 | ||||
|  | |||||
|  | |||||
| **MVC 架构设计:** | **MVC 架构设计:** | ||||
|  | |||||
|  | |||||
| ## 🤖 文件目录说明 | ## 🤖 文件目录说明 | ||||
| @@ -141,7 +141,7 @@ OpenIMSDK 的目标是打造一个顶级的开源社区。我们有一套标准 | |||||
| OpenIMSDK 使用 Apache 2.0 许可证。完整的许可证文本请参见 [LICENSE](https://github.com/OpenIMSDK/OpenKF/tree/main/LICENSE)。 | OpenIMSDK 使用 Apache 2.0 许可证。完整的许可证文本请参见 [LICENSE](https://github.com/OpenIMSDK/OpenKF/tree/main/LICENSE)。 | ||||
| 此存储库中显示的 OpenKF 标志(包括其变体和动画版本),存储在 [OpenKF](https://github.com/OpenIMSDK/openkf) 的 [assets/logo](https://chat.jinshutuan.com/assets/logo) 和 [assets/logo-gif](https://chat.jinshutuan.com/assets/logo-gif) 目录下,受版权法保护。 | |||||
| 此存储库中显示的 OpenKF 标志(包括其变体和动画版本),存储在 [OpenKF](https://github.com/OpenIMSDK/openkf) 的 [assets/logo](./assets/logo) 和 [assets/logo-gif](./assets/logo-gif) 目录下,受版权法保护。 | |||||
| ## 🔮 感谢我们的贡献者! | ## 🔮 感谢我们的贡献者! | ||||