From 275d2dfed5a3389a01dcec116afddb353378ee66 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Mon, 27 Jul 2020 08:49:35 +0800 Subject: [PATCH] Update and rename go.yml to Test.yml --- .github/workflows/{go.yml => Test.yml} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename .github/workflows/{go.yml => Test.yml} (90%) diff --git a/.github/workflows/go.yml b/.github/workflows/Test.yml similarity index 90% rename from .github/workflows/go.yml rename to .github/workflows/Test.yml index e151abf..51cbe7e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/Test.yml @@ -1,4 +1,4 @@ -name: Go +name: Test on: push: @@ -15,9 +15,6 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 - with: - go-version: ^1.13 - id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 -- 2.39.2