1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 06:25:24 +00:00

Fix: use Go v1.16 to build deb package (#890)

This commit is contained in:
Loyalsoldier 2021-04-12 12:07:04 +08:00 committed by GitHub
parent 7790d33185
commit 66c3423b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

View File

@ -36,12 +36,17 @@ jobs:
- name: Install build dependencies
run: |
apt-get install -y build-essential dh-golang golang-any reprepro
apt-get install -y build-essential dh-golang golang-1.16 reprepro
- name: Set environment variable
run: |
echo "PATH=/usr/lib/go-1.16/bin:${PATH}" >> $GITHUB_ENV
- name: Build
run: |
echo "PATH=${PATH}"
cp -r release/debian .
dpkg-buildpackage -us -uc -i -b
dpkg-buildpackage -us -uc -i -b -d
- name: Copy binary
run: |

View File

@ -1,9 +1,13 @@
v2ray-core (4.37.2-1) unstable; urgency=medium
* Cumulative updates. See Github release page.
-- V2Fly <dev@v2fly.org> Sun, 11 Apr 2021 22:00:51 +0800
* Websocket: support browser forwarder (#818)
* Websocket: support Websocket 0-RTT early data (#818)
* Shadowsocks: add replay protection for Shadowsocks proxy (#777)
* DNS: add queryStrategy option for DNS (#794)
* DNS: add disableFallback & skipFallback option for DNS client (#864)
* GeoIP: add inversed GeoIP matching (#860)
-- V2Fly <dev@v2fly.org> Sun, 11 Apr 2021 22:00:51 +0800
v2ray-core (4.34.0-1) unstable; urgency=medium