Skip to content

Commit

Permalink
chore: install latest phrase-go with go get (#616)
Browse files Browse the repository at this point in the history
* chore: install latest phrase-go with go get

* Use release please to bump major version
  • Loading branch information
theSoenke authored May 14, 2024
1 parent 5fa30c4 commit 49e8a10
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
go get github.com/phrase/phrase-go/v3 {{! 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/v3" {{! 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}}/v3 {{! x-release-please-major }}

go 1.14

Expand Down

0 comments on commit 49e8a10

Please sign in to comment.