Skip to content

Commit

Permalink
Fix: use Go v1.16 to build deb package (v2fly#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored Apr 12, 2021
1 parent 7790d33 commit 66c3423
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
12 changes: 8 additions & 4 deletions release/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
v2ray-core (4.37.2-1) unstable; urgency=medium

* Cumulative updates. See Github release page.

-- V2Fly <[email protected]> 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 <[email protected]> Sun, 11 Apr 2021 22:00:51 +0800

v2ray-core (4.34.0-1) unstable; urgency=medium

Expand Down

0 comments on commit 66c3423

Please sign in to comment.