Skip to content

Commit

Permalink
updated default GoSDK to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jul 13, 2023
1 parent ad2082c commit 16dd2b2
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 220 deletions.
75 changes: 0 additions & 75 deletions mvn-golang-examples/mvn-golang-example-antlr/antlr4/JSON.g4

This file was deleted.

107 changes: 0 additions & 107 deletions mvn-golang-examples/mvn-golang-example-antlr/pom.xml

This file was deleted.

30 changes: 0 additions & 30 deletions mvn-golang-examples/mvn-golang-example-antlr/src/main.go

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ github.com/go-gl/glfw v0.0.0-20211213063430-748e38ca8aec h1:um18JldLG6QwC9tj6mSf
github.com/go-gl/glfw v0.0.0-20211213063430-748e38ca8aec/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:z8fT51Xm9eZTbm7yNueifTyKssA6f4vQIhxvXlGG0ds=
github.com/go-gl/glfw v0.0.0-20220712193148-63cf1f4ef61f/go.mod h1:wyvWpaEu9B/VQiV1jsPs7Mha9I7yto/HqIBw197ZAzk=
github.com/go-gl/glfw v0.0.0-20221017161538-93cebf72946b h1:2hdUMUOJuLQkhaPAwoyOeSzoaBydYEkXkBEuqDuDBfg=
github.com/go-gl/glfw v0.0.0-20221017161538-93cebf72946b/go.mod h1:wyvWpaEu9B/VQiV1jsPs7Mha9I7yto/HqIBw197ZAzk=
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-dev</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion mvn-golang-examples/mvn-golang-example-gui-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<mvn.golang.version>${main-project-version}</mvn.golang.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<gwt.version>2.9.0</gwt.version>
<gwt.version>2.10.0</gwt.version>
</properties>

<modules>
Expand Down
3 changes: 1 addition & 2 deletions 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.20.5</go.sdk.version>
<go.sdk.version>1.20.6</go.sdk.version>
</properties>

<profiles>
Expand Down Expand Up @@ -71,7 +71,6 @@
<module>mvn-golang-example-gocui</module>
<module>mvn-golang-example-clui</module>
<module>mvn-golang-example-termboxgo</module>
<module>mvn-golang-example-antlr</module>
<module>mvn-golang-example-maven-repository</module>
<module>mvn-golang-example-maven-module-mix</module>
<module>mvn-golang-example-protobuf</module>
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.20.5</defaultValue>
<defaultValue>1.20.6</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.20.5</defaultValue>
<defaultValue>1.20.6</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.20.5")
@Parameter(name = "goVersion", defaultValue = "1.20.6")
private String goVersion;
/**
* Cache directory to keep build data. It affects GOCACHE environment
Expand Down

0 comments on commit 16dd2b2

Please sign in to comment.