mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-06-02 22:03:39 -04:00
Chore: deb package uses Golang v1.17 (#1234)
This commit is contained in:
parent
1a686b0abc
commit
70e341564a
4
.github/workflows/deb.yml
vendored
4
.github/workflows/deb.yml
vendored
@ -42,11 +42,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y build-essential dh-golang golang-1.16 reprepro
|
apt-get install -y build-essential dh-golang golang-1.17 reprepro
|
||||||
|
|
||||||
- name: Set environment variable
|
- name: Set environment variable
|
||||||
run: |
|
run: |
|
||||||
echo "PATH=/usr/lib/go-1.16/bin:${PATH}" >> $GITHUB_ENV
|
echo "PATH=/usr/lib/go-1.17/bin:${PATH}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Maintainer: ymshenyu <ymshenyu@gmail.com>
|
Maintainer: ymshenyu <ymshenyu@gmail.com>
|
||||||
Build-Depends: debhelper-compat (= 12),
|
Build-Depends: debhelper-compat (= 12),
|
||||||
dh-golang,
|
dh-golang,
|
||||||
golang-1.16
|
golang-1.17
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
Homepage: https://github.com/v2fly/v2ray-core
|
Homepage: https://github.com/v2fly/v2ray-core
|
||||||
#Vcs-Browser: https://salsa.debian.org/debian/v2ray-core
|
#Vcs-Browser: https://salsa.debian.org/debian/v2ray-core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user