From a391531d0eb9e600a64e67f6faa309f5e5417c95 Mon Sep 17 00:00:00 2001 From: Kevin DeGraaf Date: Sat, 15 Oct 2022 10:59:43 -0700 Subject: [PATCH] Not needed, can break build. --- .github/workflows/go.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7a25040059..347ab20647 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,10 +15,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Get dependencies - run: | - go get -v -t -d ./... - - name: Build run: make install