Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash committed Sep 1, 2024
1 parent d0e51d4 commit ce0e346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,21 @@ linters:
- govet
- ineffassign
- staticcheck
- typecheck
- unused
- typecheck
# additional
- gofmt
- revive
- dogsled
- errorlint
- exhaustive
#- exportloopref
- copyloopvar
- gocritic
#- goerr113
- misspell
- noctx
- rowserrcheck
- sqlclosecheck
#- err113

linters-settings:
revive:
Expand Down
1 change: 1 addition & 0 deletions pkg/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ func makeTLSConfig() *tls.Config {
}
tlsConfig := &tls.Config{
Certificates: certs,
MinVersion: tls.VersionTLS13,
}

return tlsConfig
Expand Down

0 comments on commit ce0e346

Please sign in to comment.