Skip to content

Commit 38a9a40

Browse files
committed
fixup! fixup! fixup! fixup! chore: bump Go version to 1.24 and golangci-lint
1 parent d715180 commit 38a9a40

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

postgresql/resource_postgresql_publication_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ resource "postgresql_publication" "test" {
809809
},
810810
{
811811
Config: testAccPostgresqlPublicationWrongKeys,
812-
ExpectError: regexp.MustCompile("could not update publication tables: Error getting publication parameters: invalid value of `publish_param`: wrong_param. Should be at least one of 'insert, update, delete, truncate'"),
812+
ExpectError: regexp.MustCompile("could not update publication tables: error getting publication parameters: invalid value of `publish_param`: wrong_param. Should be at least one of 'insert, update, delete, truncate'"),
813813
},
814814
{
815815
Config: testAccPostgresqlPublicationDuplicateKeys,

tests/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
postgres:
53
build:

0 commit comments

Comments
 (0)