Skip to content

Commit

Permalink
bump postgres to 17 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky authored Oct 4, 2024
1 parent 7d30577 commit e4b7232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package core
const (
DefaultAlpineImage = "3.20"
DefaultGoVersion = "1.23.2"
DefaultPostgresVersion = "16"
DefaultPostgresVersion = "17"
DefaultLinkerdAwaitVersion = "0.2.7"
DefaultGitHubComRunsOn = "ubuntu-latest"
)
Expand Down

0 comments on commit e4b7232

Please sign in to comment.