summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2020-02-12 18:22:21 +0000
committerGitHub <noreply@github.com>2020-02-12 13:22:21 -0500
commit67397d909648e7a8583cbe529e8c3ef156cf6ebd (patch)
treee395b660c666d1ae672244277731ae8be0939aa2 /.github
parentf8615f9a36a63df9bc056654772d865fcc9de794 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 124c8eeaf..b699be4c6 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -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: