diff --git a/README.md b/README.md index b8dcd7b1..20ec0150 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![codecov](https://codecov.io/gh/widmogrod/mkunion/branch/main/graph/badge.svg?token=3Z3Z3Z3Z3Z)](https://codecov.io/gh/widmogrod/mkunion) ```bash -go install github.com/widmogrod/mkunion/cmd/mkunion@latest +go install github.com/widmogrod/mkunion/cmd/mkunion@v1.26.0 ``` ``` diff --git a/docs/getting_started.md b/docs/getting_started.md index fc69cb7f..412c5a3e 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -3,7 +3,7 @@ ### Install mkunion Run in your terminal ```bash -go install github.com/widmogrod/mkunion/cmd/mkunion@latest +go install github.com/widmogrod/mkunion/cmd/mkunion@v1.26.0 ``` ### Define your first union type diff --git a/go.mod b/go.mod index 7ab094b9..99cdecd2 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/widmogrod/mkunion go 1.25.1 +retract v0.0.0-20220926122055-0884a4bef836 // Contains replace directives, cannot be installed + require ( github.com/alecthomas/participle/v2 v2.1.4 github.com/aws/aws-sdk-go-v2 v1.39.2