Skip to content

Commit 686fbc4

Browse files
committed
chore: #120 Prepare 0.3.2 release
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 85e37d6 commit 686fbc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Go library for Testcontainers that enables embedding Microcks into your Go unit
55
Want to see this extension in action? Check out our [sample application](https://github.com/microcks/microcks-testcontainers-go-demo). 🚀
66

77
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/microcks/microcks-testcontainers-go/build-verify.yml?logo=github&style=for-the-badge)
8-
[![License](https://img.shields.io/github/license/microcks/microcks-testcontainers-java?style=for-the-badge&logo=apache)](https://www.apache.org/licenses/LICENSE-2.0)
8+
[![License](https://img.shields.io/github/license/microcks/microcks-testcontainers-go?style=for-the-badge&logo=apache)](https://www.apache.org/licenses/LICENSE-2.0)
99
[![Project Chat](https://img.shields.io/badge/discord-microcks-pink.svg?color=7289da&style=for-the-badge&logo=discord)](https://microcks.io/discord-invite/)
1010
![Go version](https://img.shields.io/github/go-mod/go-version/microcks/microcks-testcontainers-go?style=for-the-badge&logo=go)
1111
![GitHub release](https://img.shields.io/github/downloads-pre/microcks/microcks-testcontainers-go/latest/total?style=for-the-badge)
@@ -14,9 +14,9 @@ Want to see this extension in action? Check out our [sample application](https:/
1414

1515
## Build Status
1616

17-
Latest released version is `v0.3.1`.
17+
Latest released version is `v0.3.2`.
1818

19-
Current development version is `v0.3.2`.
19+
Current development version is `v0.3.3`.
2020

2121
#### Fossa license and security scans
2222

@@ -41,16 +41,16 @@ To get involved with our community, please make sure you are familiar with the p
4141

4242
### Include it into your project dependencies
4343

44-
To get the latest version, use go1.22+ and fetch using the `go get` command. For example:
44+
To get the latest version, use go1.23+ and fetch using the `go get` command. For example:
4545

4646
```
4747
go get microcks.io/testcontainers-go@latest
4848
```
4949

50-
To get a specific version, use go1.22+ and fetch the desired version using the `go get` command. For example:
50+
To get a specific version, use go1.23+ and fetch the desired version using the `go get` command. For example:
5151

5252
```
53-
go get microcks.io/testcontainers-go@v0.3.1
53+
go get microcks.io/testcontainers-go@v0.3.2
5454
```
5555

5656
### Startup the container

0 commit comments

Comments
 (0)