github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/internal/datastore/postgres/version/version.go (about) 1 package version 2 3 // MinimumSupportedPostgresVersion is the minimum version of Postgres supported for this driver. 4 // 5 // NOTE: must match a tag on DockerHub for the `postgres` image. 6 const MinimumSupportedPostgresVersion = "13.8"