mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-16 21:37:29 -06:00
[chore] bump go version -> 1.21.x (#2287)
* [chore] bump go version -> 1.21.x * versions * lint
This commit is contained in:
parent
69ba9a79a1
commit
013a17f5e8
6 changed files with 36 additions and 11 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue