Skip to content

Commit

Permalink
updated test and default golang sdk to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Aug 16, 2020
1 parent 477549b commit a1dd6d8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# __2.3.5 (SNAPSHOT)__
- default version of GoSDK updated to 1.14.7
- default version of GoSDK updated to 1.15

# __2.3.4 (05-nov-2019)__
- improved host arch detection [#70](https://github.com/raydac/mvn-golang/issues/70)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Changelog
__2.3.5 (SNAPSHOT)__
- default version of GoSDK updated to 1.14.7
- default version of GoSDK updated to 1.15

__2.3.4 (05-nov-2019)__
- improved host arch detection [#70](https://github.com/raydac/mvn-golang/issues/70)
Expand Down
2 changes: 1 addition & 1 deletion mvn-golang-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.0.0-SNAPSHOT</version>

<properties>
<go.sdk.version>1.14.7</go.sdk.version>
<go.sdk.version>1.15</go.sdk.version>
</properties>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<defaultValue>2.3.5-SNAPSHOT</defaultValue>
</requiredProperty>
<requiredProperty key="gosdk">
<defaultValue>1.14.7</defaultValue>
<defaultValue>1.15</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<defaultValue>2.3.5-SNAPSHOT</defaultValue>
</requiredProperty>
<requiredProperty key="gosdk">
<defaultValue>1.14.7</defaultValue>
<defaultValue>1.15</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public void setModuleMode(final boolean value) {
* The Go SDK version. It plays role if goRoot is undefined. Can be defined
* through system property 'mvn.golang.go.version'
*/
@Parameter(name = "goVersion", defaultValue = "1.14.7")
@Parameter(name = "goVersion", defaultValue = "1.15")
private String goVersion;

/**
Expand Down

0 comments on commit a1dd6d8

Please sign in to comment.