From b83aec93c722734bc97bc3120065dab1c8d00b21 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Sat, 8 Jan 2022 22:41:33 +0800 Subject: [PATCH] change: scaffold action --- .github/workflows/scaffold.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/scaffold.yml b/.github/workflows/scaffold.yml index a2f50707..5c0adcac 100644 --- a/.github/workflows/scaffold.yml +++ b/.github/workflows/scaffold.yml @@ -11,10 +11,6 @@ jobs: fail-fast: true matrix: go-version: - - 1.13.x - - 1.14.x - - 1.15.x - - 1.16.x - 1.17.x os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} @@ -27,8 +23,6 @@ jobs: uses: actions/checkout@v2 - name: Build hrp binary run: make build - - name: Check hrp version - run: ./output/hrp -v - name: Run start project run: ./output/hrp startproject demo - name: Run demo tests