Skip to content

Commit

Permalink
update ci go version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed May 20, 2023
1 parent 391a419 commit 1d5b0cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.20'
- name: Checkout
uses: actions/checkout@v2
- name: Restore cache
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.20'
- name: Checkout
uses: actions/checkout@v2
- name: Restore cache
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.20'
- name: Checkout
uses: actions/checkout@v2
- name: Restore cache
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.20'
- name: Checkout
uses: actions/checkout@v2
- name: Restore cache
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ run the room backend server from the cluster_grpc example
make run-cluster-grpc-example-room
```

Now there should be 2 pitaya servers running, a frontend connector and a backend room. To send requests, use a REPL client for pitaya [pitaya-cli](https://github.com/topfreegames/pitaya/cli).
Now there should be 2 pitaya servers running, a frontend connector and a backend room. To send requests, use a REPL client for pitaya [pitaya-cli](https://github.com/topfreegames/pitaya/tree/main/cli).

```
$ pitaya-cli
Expand Down Expand Up @@ -97,7 +97,7 @@ If you have found a security vulnerability, please email security@tfgco.com
+ [libpitaya](https://github.com/topfreegames/libpitaya)
+ [pitaya-admin](https://github.com/topfreegames/pitaya-admin)
+ [pitaya-bot](https://github.com/topfreegames/pitaya-bot)
+ [pitaya-cli](https://github.com/topfreegames/pitaya/cli)
+ [pitaya-cli](https://github.com/topfreegames/pitaya/tree/main/cli)
+ [pitaya-protos](https://github.com/topfreegames/pitaya-protos)

- Documents
Expand Down

0 comments on commit 1d5b0cf

Please sign in to comment.