Skip to content

Commit

Permalink
build(golangci-lint): remove unused configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Feb 28, 2022
1 parent dd2b83a commit 206c6d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:
with:
go-version: 1.17
stable: true
# Use @master because we want the
# skip-go-installation option which has not yet been released.
- name: Install golangci-lint
uses: golangci/golangci-lint-action@master
with:
version: v1.44.2
skip-go-installation: true
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 206c6d8

Please sign in to comment.