]> 127.0.0.1 Git - part/.git/commitdiff
Update and rename go.yml to Test.yml
authorqydysky <32743305+qydysky@users.noreply.github.com>
Mon, 27 Jul 2020 00:49:35 +0000 (08:49 +0800)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 00:49:35 +0000 (08:49 +0800)
.github/workflows/Test.yml [moved from .github/workflows/go.yml with 90% similarity]

similarity index 90%
rename from .github/workflows/go.yml
rename to .github/workflows/Test.yml
index e151abf5763f0fed826627e53b347ad54c7baa02..51cbe7e5d0569f959844970e0379992250b60091 100644 (file)
@@ -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