Skip to content

Commit

Permalink
Fix golangci-lint setup in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed May 20, 2020
1 parent 37e3139 commit ec5f8ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
${{ runner.OS }}-
- name: Set up GolangCI-Lint
run: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
run: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
env:
GO111MODULE: on
working-directory: ~

- name: GolangCI-Lint
Expand Down

0 comments on commit ec5f8ed

Please sign in to comment.