-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump go version to newer 1.24 Signed-off-by: Saumyacodes-40 <[email protected]> * update .go-version Signed-off-by: Saumyacodes-40 <[email protected]> * fix test failing, formatted string func now requires constant string literal Signed-off-by: Saumyacodes-40 <[email protected]> * test: point faillint to thanos-community/faillint Signed-off-by: Saumyacodes-40 <[email protected]> * fix commit hash Signed-off-by: Saumyacodes-40 <[email protected]> * use branch instead of hash Signed-off-by: Saumyacodes-40 <[email protected]> * test: update faillint.mod/sum Signed-off-by: Saumyacodes-40 <[email protected]> * bump golangci-lint Signed-off-by: Saumyacodes-40 <[email protected]> * update .bingo/faillint.mod based on new deps upgrade Signed-off-by: Saumyacodes-40 <[email protected]> * address required changes Signed-off-by: Saumyacodes-40 <[email protected]> --------- Signed-off-by: Saumyacodes-40 <[email protected]>
- Loading branch information
1 parent
fe65128
commit 6fa81f7
Showing
21 changed files
with
229 additions
and
29 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
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,11 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.14 | ||
go 1.22.0 | ||
|
||
toolchain go1.24.0 | ||
|
||
replace github.com/fatih/faillint => github.com/thanos-community/faillint v0.0.0-20250217160734-830c2205d383 | ||
|
||
require github.com/fatih/faillint v1.13.0 | ||
|
||
require golang.org/x/sync v0.11.0 // indirect |
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,7 +1,7 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.22.1 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.1 | ||
toolchain go1.24.0 | ||
|
||
require github.com/golangci/golangci-lint v1.61.0 // cmd/golangci-lint | ||
require github.com/golangci/golangci-lint v1.64.5 // cmd/golangci-lint |
Oops, something went wrong.