From d04e6cee25f2e2d3df9d0d775d734fec388d173c Mon Sep 17 00:00:00 2001 From: roberChen Date: Fri, 26 Feb 2021 16:09:52 +0800 Subject: [PATCH] Revert "Create go.yml" This reverts commit f90a717fe3bef9a6221efbd00136772d7e4c8e39. --- .github/workflows/go.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index 1bd0a1f9..00000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Go - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.15 - - - name: Build - run: go build -v ./... - - - name: Test - run: go test -v ./...