Skip to content

Commit 05558ce

Browse files
committed
chore: use new version (v0.23.0) in modules and examples
1 parent 95856a6 commit 05558ce

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

docs/modules/artemis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apache ActiveMQ Artemis
22

3-
Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3+
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.23.0"><span class="tc-version">:material-tag: v0.23.0</span></a>
44

55
## Introduction
66

docs/modules/clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ClickHouse
22

3-
Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3+
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.23.0"><span class="tc-version">:material-tag: v0.23.0</span></a>
44

55
## Introduction
66

docs/modules/mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MongoDB
22

3-
Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3+
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.23.0"><span class="tc-version">:material-tag: v0.23.0</span></a>
44

55
## Introduction
66

examples/bigtable/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
cloud.google.com/go/bigtable v1.19.0
7-
github.com/testcontainers/testcontainers-go v0.22.0
7+
github.com/testcontainers/testcontainers-go v0.23.0
88
google.golang.org/api v0.136.0
99
google.golang.org/grpc v1.57.0
1010
)

examples/cockroachdb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/google/uuid v1.3.0
77
github.com/jackc/pgx/v4 v4.18.1
88
github.com/stretchr/testify v1.8.4
9-
github.com/testcontainers/testcontainers-go v0.22.0
9+
github.com/testcontainers/testcontainers-go v0.23.0
1010
)
1111

1212
replace github.com/testcontainers/testcontainers-go => ../..

examples/consul/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/hashicorp/consul/api v1.24.0
7-
github.com/testcontainers/testcontainers-go v0.22.0
7+
github.com/testcontainers/testcontainers-go v0.23.0
88
)
99

1010
require (

examples/datastore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
cloud.google.com/go/datastore v1.13.0
7-
github.com/testcontainers/testcontainers-go v0.22.0
7+
github.com/testcontainers/testcontainers-go v0.23.0
88
google.golang.org/api v0.136.0
99
google.golang.org/grpc v1.57.0
1010
)

examples/firestore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
cloud.google.com/go/firestore v1.12.0
7-
github.com/testcontainers/testcontainers-go v0.22.0
7+
github.com/testcontainers/testcontainers-go v0.23.0
88
google.golang.org/api v0.136.0
99
google.golang.org/grpc v1.57.0
1010
)

examples/nats/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/nats-io/nats.go v1.28.0
7-
github.com/testcontainers/testcontainers-go v0.22.0
7+
github.com/testcontainers/testcontainers-go v0.23.0
88
)
99

1010
require (

examples/nginx/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/testcontainers/testcontainers-go/examples/nginx
22

33
go 1.20
44

5-
require github.com/testcontainers/testcontainers-go v0.22.0
5+
require github.com/testcontainers/testcontainers-go v0.23.0
66

77
replace github.com/testcontainers/testcontainers-go => ../..
88

0 commit comments

Comments
 (0)