Skip to content

Commit

Permalink
chore: fix go module version (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke authored Apr 23, 2024
1 parent ce5b408 commit 2607618
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/go/test/api_uploads_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi-generator/templates/go/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"context"
"fmt"

phrase "github.com/phrase/phrase-go/v2" // x-release-please-major
phrase "github.com/phrase/phrase-go/v3"
)

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}}/v2 // x-release-please-major
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}/v3

go 1.14

Expand Down

0 comments on commit 2607618

Please sign in to comment.