mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
Fix: use Go v1.16 to build deb package (#890)
This commit is contained in:
parent
7790d33185
commit
66c3423b98
9
.github/workflows/deb.yml
vendored
9
.github/workflows/deb.yml
vendored
@ -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: |
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user