mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:22:35 +08:00
CI: Bump golangci-lint to 2.0.2 (#103572)
This commit is contained in:

committed by
GitHub

parent
b58b6e828e
commit
757be6365a
@ -18,8 +18,8 @@ type PostgresDialect struct {
|
||||
|
||||
func NewPostgresDialect() Dialect {
|
||||
d := PostgresDialect{}
|
||||
d.BaseDialect.dialect = &d
|
||||
d.BaseDialect.driverName = Postgres
|
||||
d.dialect = &d
|
||||
d.driverName = Postgres
|
||||
return &d
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user