test(golang): refactor golang tests to use mocked command (#925)

Refactor the golang module tests to use a mocked command and no
longer depend on having a particular version of Go installed.
This commit is contained in:
Thomas O'Donnell
2020-02-12 18:22:21 +00:00
committed by GitHub
parent f8615f9a36
commit 67397d9096
5 changed files with 115 additions and 159 deletions
-5
View File
@@ -116,11 +116,6 @@ jobs:
toolchain: stable
override: true
# Install Golang at a fixed version
- uses: actions/setup-go@v1
with:
go-version: "1.12.1"
# Install Ruby at a fixed version
- uses: eregon/use-ruby-action@v1
with: