Skip to content

Commit

Permalink
Simplify build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moorereason committed Sep 29, 2020
1 parent a904537 commit f007fa5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Expand Up @@ -10,18 +10,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Setup Go
uses: actions/setup-go@v2
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go

- name: Checkout code
uses: actions/checkout@v2

- name: Download dependencies
run: go mod download

- name: Build
run: go build -v

Expand Down

0 comments on commit f007fa5

Please sign in to comment.