Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceper authored May 30, 2020
1 parent c3d507d commit a42b5ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Run golangci-lint
uses: golangci/[email protected]

- name: Build
run: go build -v .

0 comments on commit a42b5ec

Please sign in to comment.