Bump golangci-lint to 1.61.0

This commit is contained in:
Joshua Casey
2024-09-10 15:14:53 -05:00
parent 8ee08050cc
commit 702d5bdc01
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const (
)
// stdin returns the file descriptor for stdin as an int.
func stdin() int { return int(os.Stdin.Fd()) } //nolint:gosec // this is an int, cast to uintptr, cast back to int
func stdin() int { return int(os.Stdin.Fd()) }
type handlerState struct {
// Basic parameters.