Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad24f6e

Browse files
fergusstrangeNathan Franke
and
Nathan Franke
authored
Upgrade versions (fergusstrange#68)
* Remove extra debug log * Upgrade Postgres versions Co-authored-by: Nathan Franke <[email protected]>
1 parent 7bf3aab commit ad24f6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ type PostgresVersion string
123123

124124
// Predefined supported Postgres versions.
125125
const (
126-
V14 = PostgresVersion("14.1.0")
127-
V13 = PostgresVersion("13.5.0")
128-
V12 = PostgresVersion("12.9.0")
129-
V11 = PostgresVersion("11.14.0")
130-
V10 = PostgresVersion("10.19.0")
126+
V14 = PostgresVersion("14.2.0")
127+
V13 = PostgresVersion("13.6.0")
128+
V12 = PostgresVersion("12.10.0")
129+
V11 = PostgresVersion("11.15.0")
130+
V10 = PostgresVersion("10.20.0")
131131
V9 = PostgresVersion("9.6.24")
132132
)

0 commit comments

Comments
 (0)