From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Mon, 27 Jul 2020 00:49:35 +0000 (+0800) Subject: Update and rename go.yml to Test.yml X-Git-Tag: v0.0.2~83 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=275d2dfed5a3389a01dcec116afddb353378ee66;p=part%2F.git Update and rename go.yml to Test.yml --- 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