From 503155b15c07a9665c10b18e1c0b9e6ca9364155 Mon Sep 17 00:00:00 2001 From: fans <94341379+marsfans@users.noreply.github.com> Date: Tue, 2 May 2023 17:41:10 +0800 Subject: [PATCH] Update debug.yml Signed-off-by: fans <94341379+marsfans@users.noreply.github.com> --- .github/workflows/debug.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index e5135443..b84d52f8 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -43,8 +43,8 @@ jobs: - name: Run Test run: | go test -v ./... - build_go118: - name: Debug build (Go 1.18) + build_go120: + name: Debug build (Go 1.20) runs-on: ubuntu-latest steps: - name: Checkout @@ -54,13 +54,13 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: 1.18.10 + go-version: 1.20.3 - name: Cache go module uses: actions/cache@v3 with: path: | ~/go/pkg/mod - key: go118-${{ hashFiles('**/go.sum') }} + key: go120-${{ hashFiles('**/go.sum') }} - name: Run Test run: make cross: @@ -176,7 +176,7 @@ jobs: GOARM: ${{ matrix.goarm }} GOMIPS: ${{ matrix.gomips }} CGO_ENABLED: 0 - TAGS: with_clash_api,with_quic + TAGS: with_clash_api,with_quic,with_dhcp,with_grpc,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_v2ray_api,with_gvisor steps: - name: Checkout uses: actions/checkout@v3