From 70e341564ab998919734c965a43ed433924b49d5 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:20:31 +0800 Subject: [PATCH] Chore: deb package uses Golang v1.17 (#1234) --- .github/workflows/deb.yml | 4 ++-- release/debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 8689aab3338..b871ecff886 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -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: | diff --git a/release/debian/control b/release/debian/control index 28d304fb6a5..9eafcfba5e5 100644 --- a/release/debian/control +++ b/release/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: ymshenyu 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