Skip to content

Commit

Permalink
[#3] .Fix install linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasObenaus committed Feb 5, 2020
1 parent 5a32c05 commit 1a0409a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Install linter
run: curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s v1.23.3

- name: Build
run: make build

Expand Down

0 comments on commit 1a0409a

Please sign in to comment.