This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make golangci-lint config consistent across repos
Signed-off-by: Joe Lanford <[email protected]>
- Loading branch information
1 parent
7ea1b7b
commit 40c8ba1
Showing
5 changed files
with
206 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require github.com/golangci/golangci-lint v1.53.2 // cmd/golangci-lint | ||
toolchain go1.22.2 | ||
|
||
require github.com/golangci/golangci-lint v1.57.2 // cmd/golangci-lint |
Oops, something went wrong.