Skip to content

Commit

Permalink
Pin all usages of golangci-lint to same rule version (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Mar 21, 2023
1 parent bc857c2 commit 4f5d7d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
with:
version: 'v1.50.1'
args: ./storage/crdb

unit-test:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Misc

* Bump Go version from 1.17 to 1.19.
* Updated golangci-lint to v1.50.1 (developers should update to this version)

## v1.5.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ and tests over the codebase.

#### Install [golangci-lint](https://github.com/golangci/golangci-lint#local-installation).
```bash
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
```

#### Run code generation, build, test and linters
Expand Down

0 comments on commit 4f5d7d1

Please sign in to comment.