From ef58615eead5ceb4fc95e69ec9a50124f6c6be87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AEm=20Ts=C3=BA-thu=C3=A0n?= Date: Sat, 7 Nov 2020 20:20:40 +0800 Subject: [PATCH] short test only run with lastest Go --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f7fe1ecb..429ad1e8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go-version: [1.13, 1.14, 1.15] + go-version: [1.15] steps: - name: Set up Go 1.x uses: actions/setup-go@v2 @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go-version: [1.13, 1.14, 1.15] + go-version: [1.15] steps: - name: Set up Go 1.x uses: actions/setup-go@v2