Skip to content

Commit

Permalink
chore(lint): upgrade to v1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Oct 23, 2022
1 parent 7773083 commit ede240f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: v1.50.1
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ type Config struct { // nolint:maligned
// which will close it when needed.
KeepHijackedConns bool

// CloseOnShutdown when true adds a `Connection: close` header when when the server is shutting down.
// CloseOnShutdown when true adds a `Connection: close` header when the server is shutting down.
CloseOnShutdown bool

// StreamRequestBody enables request body streaming,
Expand Down

0 comments on commit ede240f

Please sign in to comment.