Skip to content

Commit

Permalink
Chore: deb package uses Golang v1.17 (v2fly#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed Aug 26, 2021
1 parent 1a686b0 commit 70e3415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- name: Install build dependencies
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
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
run: |
Expand Down
2 changes: 1 addition & 1 deletion release/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: ymshenyu <[email protected]>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-1.16
golang-1.17
Standards-Version: 4.5.0
Homepage: https://github.com/v2fly/v2ray-core
#Vcs-Browser: https://salsa.debian.org/debian/v2ray-core
Expand Down

0 comments on commit 70e3415

Please sign in to comment.