Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
github/workflows: testing the version of setup-go with good GOBIN (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza authored Mar 9, 2020
1 parent 91c4726 commit a0b1194
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ jobs:
name: Build (${{ matrix.os }}/go-${{ matrix.go_version }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/setup-go@master
- uses: fsouza/setup-go@add-gobin
id: go
with:
stable: false
go-version: ${{ matrix.go_version }}

- name: setup GOBIN
run: |
export GOBIN=$(go env GOPATH)/bin
echo "::set-env name=GOBIN::$(go env GOBIN)"
echo "::add-path::$(go env GOBIN)"
- uses: actions/checkout@master

- name: install deps
Expand Down

0 comments on commit a0b1194

Please sign in to comment.