From 6940870de802e427622b92bfe2f473df5e378334 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sat, 15 May 2021 20:22:40 -0700 Subject: [PATCH] Revert "Create go.yml" This reverts commit 84dc669dda9ff1e5ebfc82c40815a4e41fae0f46. --- .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 1bd0a1f..0000000 --- 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 ./...