Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Nov 19, 2020
1 parent d7a43a5 commit f12b199
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15

- name: Install Consul
run: |
# Install some binaries when not running locally
Expand All @@ -49,15 +54,12 @@ jobs:
mv consul $GITHUB_WORKSPACE/bin
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15

- name: Install Mage
uses: nickhstr/action-setup-mage@v1.0.0
with:
version: ${{ env.MAGE_VERSION }}
run: |
curl -sLo mage.tar.gz https://github.com/magefile/mage/releases/download/v1.10.0/mage_1.10.0_Linux-64bit.tar.gz
tar -xvf mage.tar.gz
rm -f mage.tar.gz LICENSE
mv mage $GITHUB_WORKSPACE/bin
- name: Install golangci-lint
run: |
Expand Down

0 comments on commit f12b199

Please sign in to comment.