[chore] bump go version -> 1.21.x (#2287)

* [chore] bump go version -> 1.21.x

* versions

* lint
This commit is contained in:
tobi 2023-10-23 14:07:31 +02:00 committed by GitHub
commit 013a17f5e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 11 deletions

View file

@ -353,9 +353,8 @@ func deriveBunDBPGOptions() (*pgx.ConnConfig, error) {
case "", "disable":
break // nothing to do
case "enable":
/* #nosec G402 */
tlsConfig = &tls.Config{
InsecureSkipVerify: true,
InsecureSkipVerify: true, //nolint:gosec
}
case "require":
tlsConfig = &tls.Config{