1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-22 05:29:14 -04:00

Fix: remove v2ctl from debian/rules (#1954)

* Remove v2ctl from debian/rules

It seems to be left over from https://github.com/v2fly/v2ray-core/pull/488

* Chore: use Go v1.19 to build debian package

Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
This commit is contained in:
Felix Yan
2022-09-18 08:46:32 +08:00
committed by GitHub
parent 98a0399a21
commit de90ec40fc
2 changed files with 1 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
package:
if: github.repository == 'v2fly/v2ray-core'
runs-on: ubuntu-latest
container: golang:1.17-bullseye
container: golang:1.19-bullseye
steps:
- name: Update & install dependencies