Skip to content

Commit

Permalink
chore: remove useless file & update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo committed Aug 9, 2024
1 parent b7651aa commit 6fe37a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3

- name: Check License Header
uses: apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
uses: apache/skywalking-eyes/header@v0.4.0

- name: typos-action
uses: crate-ci/typos@master
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/release-check.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.20.1
go-version: "1.22"

- name: Setup Environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ See [Licenses](https://github.com/cloudwego/cwgo/blob/main/licenses) for the ope
- Email: [email protected]
- How to become a member: [COMMUNITY MEMBERSHIP](https://github.com/cloudwego/community/blob/main/COMMUNITY_MEMBERSHIP.md)
- Issues: [Issues](https://github.com/cloudwego/cwgo/issues)
- Slack: Join our [Slack channel](https://join.slack.com/t/cloudwego/shared_invite/zt-tmcbzewn-UjXMF3ZQsPhl7W3tEDZboA)
- Discord: Join our [Discord channel](https://discord.gg/jceZSE7DsW)
- Feishu group (Register for [Feishu](https://www.larksuite.com/en-US/download) and join the group)

![LarkGroup](images/lark_group.png)
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cwgo 基于[Apache License 2.0](https://github.com/cloudwego/cwgo/blob/main/LICE
- Email: [email protected]
- 如何成为 member: [COMMUNITY MEMBERSHIP](https://github.com/cloudwego/community/blob/main/COMMUNITY_MEMBERSHIP.md)
- Issues: [Issues](https://github.com/cloudwego/cwgo/issues)
- Slack: 加入我们的 [Slack 频道](https://join.slack.com/t/cloudwego/shared_invite/zt-tmcbzewn-UjXMF3ZQsPhl7W3tEDZboA)
- Discord: 加入我们的 [Discord 频道](https://discord.gg/jceZSE7DsW)
- 飞书用户群([注册飞书](https://www.larksuite.com/zh_cn/download)进群)

![LarkGroup](images/lark_group_cn.png)
Expand Down
10 changes: 0 additions & 10 deletions check_branch_name.sh

This file was deleted.

0 comments on commit 6fe37a5

Please sign in to comment.