mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user