Skip to content

Commit

Permalink
updated GoSDK 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 9, 2023
1 parent c3e941c commit ef327a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.21.4</go.sdk.version>
<go.sdk.version>1.21.5</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.11-SNAPSHOT</defaultValue>
</requiredProperty>
<requiredProperty key="gosdk">
<defaultValue>1.21.4</defaultValue>
<defaultValue>1.21.5</defaultValue>
</requiredProperty>
</requiredProperties>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public abstract class AbstractGolangMojo extends AbstractMojo {
* 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.21.4")
@Parameter(name = "goVersion", defaultValue = "1.21.5")
private String goVersion;
/**
* Cache directory to keep build data. It affects GOCACHE environment
Expand Down

0 comments on commit ef327a5

Please sign in to comment.