Skip to content

Commit fe33f3a

Browse files
committed
chore: use new version (v0.30.0) in modules and examples
1 parent 4a079a0 commit fe33f3a

File tree

48 files changed

+83
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+83
-83
lines changed

docs/modules/influxdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InfluxDB
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.30.0"><span class="tc-version">:material-tag: v0.30.0</span></a>
44

55
## Introduction
66

docs/modules/openfga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenFGA
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.30.0"><span class="tc-version">:material-tag: v0.30.0</span></a>
44

55
## Introduction
66

docs/modules/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Registry
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.30.0"><span class="tc-version">:material-tag: v0.30.0</span></a>
44

55
## Introduction
66

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.21
44

5-
require github.com/testcontainers/testcontainers-go v0.29.1
5+
require github.com/testcontainers/testcontainers-go v0.30.0
66

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

examples/toxiproxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Shopify/toxiproxy/v2 v2.8.0
77
github.com/go-redis/redis/v8 v8.11.5
88
github.com/google/uuid v1.6.0
9-
github.com/testcontainers/testcontainers-go v0.29.1
9+
github.com/testcontainers/testcontainers-go v0.30.0
1010
)
1111

1212
require (

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ nav:
127127
- Getting help: getting_help.md
128128
edit_uri: edit/main/docs/
129129
extra:
130-
latest_version: v0.29.1
130+
latest_version: v0.30.0

modules/artemis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/docker/go-connections v0.5.0
77
github.com/go-stomp/stomp/v3 v3.0.5
88
github.com/stretchr/testify v1.9.0
9-
github.com/testcontainers/testcontainers-go v0.29.1
9+
github.com/testcontainers/testcontainers-go v0.30.0
1010
)
1111

1212
require (

modules/cassandra/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/docker/go-connections v0.5.0
77
github.com/gocql/gocql v1.6.0
88
github.com/stretchr/testify v1.9.0
9-
github.com/testcontainers/testcontainers-go v0.29.1
9+
github.com/testcontainers/testcontainers-go v0.30.0
1010
)
1111

1212
require (

modules/chroma/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/amikos-tech/chroma-go v0.1.2
77
github.com/stretchr/testify v1.9.0
8-
github.com/testcontainers/testcontainers-go v0.29.1
8+
github.com/testcontainers/testcontainers-go v0.30.0
99
)
1010

1111
require (

modules/clickhouse/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/docker/go-connections v0.5.0
99
github.com/stretchr/testify v1.9.0
10-
github.com/testcontainers/testcontainers-go v0.29.1
10+
github.com/testcontainers/testcontainers-go v0.30.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)