Skip to content

Commit

Permalink
fix(go): go v4 module bump (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke authored Dec 18, 2024
1 parent 5ff6c4c commit e19ae51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi-generator/templates/go/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c
## Installation

```shell
go get github.com/phrase/phrase-go/v3 {{! x-release-please-major }}
go get github.com/phrase/phrase-go/v4 {{! x-release-please-major }}
```

## Getting Started
Expand All @@ -17,7 +17,7 @@ import (
"context"
"fmt"

phrase "github.com/phrase/phrase-go/v3" {{! x-release-please-major }}
phrase "github.com/phrase/phrase-go/v4" {{! x-release-please-major }}
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/templates/go/go.mod.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}/v3 {{! x-release-please-major }}
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}/v4 {{! x-release-please-major }}

go 1.14

Expand Down

0 comments on commit e19ae51

Please sign in to comment.