Skip to content

Commit e6a8685

Browse files
committed
Rename deploy branch to deploy/rendezvous, fix Python SDK Go version
- Workflow trigger: release → deploy/rendezvous - Python SDK: hardcoded go-version 1.21 → go-version-file: go.mod
1 parent 0c612d6 commit e6a8685

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-rendezvous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Rendezvous Server
22

33
on:
44
push:
5-
branches: [release]
5+
branches: [deploy/rendezvous]
66
workflow_dispatch:
77
inputs:
88
rollback:

.github/workflows/publish-python-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: Set up Go
190190
uses: actions/setup-go@v5
191191
with:
192-
go-version: '1.21'
192+
go-version-file: go.mod
193193

194194
- name: Set up Python
195195
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)