Skip to content

Commit

Permalink
Update chatci.yml change go version (#440)
Browse files Browse the repository at this point in the history
* Update chatci.yml change go version

* Update go.mod

* Update scripts-test.yml
  • Loading branch information
cubxxw authored Mar 6, 2024
1 parent 9114a83 commit 18d5dde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chatci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
go_version: ["1.19","1.20","1.21"]
go_version: ["1.21"]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
- name: Build source code for host platform
run: |
sudo make build
echo "Build source code for host platform successfully"
echo "Build source code for host platform successfully"
12 changes: 0 additions & 12 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,6 @@ jobs:
shell: bash
continue-on-error: true

- name: start mysql
run: |
docker run -d \
--name mysql4 \
-p 13306:3306 \
-p 3306:33060 \
-v "$(pwd)/components/mysql/data:/var/lib/mysql" \
-v "/etc/localtime:/etc/localtime" \
-e MYSQL_ROOT_PASSWORD="openIM123" \
--restart always \
mysql:5.7
sleep 60;
- name: start all services
run: |
sudo make init && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/OpenIMSDK/chat

go 1.19
go 1.21

require (
github.com/gin-gonic/gin v1.9.1
Expand Down

0 comments on commit 18d5dde

Please sign in to comment.