From 013a17f5e8ffb748a2441d1acf575dc5e36c232f Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:07:31 +0200 Subject: [chore] bump go version -> 1.21.x (#2287) * [chore] bump go version -> 1.21.x * versions * lint --- internal/db/bundb/bundb.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/db') diff --git a/internal/db/bundb/bundb.go b/internal/db/bundb/bundb.go index 64035dcad..819fba810 100644 --- a/internal/db/bundb/bundb.go +++ b/internal/db/bundb/bundb.go @@ -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{ -- cgit v1.2.3