Skip to content

Commit

Permalink
Use specific golangci-lint version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Jul 3, 2020
1 parent 29fc2be commit fedc1d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
${{ runner.OS }}-build-
${{ runner.OS }}-
- name: Set up GolangCI-Lint
run: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- name: Setup GolangCI-Lint
run: go get -u github.com/golangci/golangci-lint/cmd/[email protected]
env:
GO111MODULE: on
working-directory: ~

- name: GolangCI-Lint
Expand Down

0 comments on commit fedc1d4

Please sign in to comment.