You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/05/02 17:30:58 UTC

[plc4x] branch develop updated: feat(plc4go): upgrade go version

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9e842d72d5 feat(plc4go): upgrade go version
9e842d72d5 is described below

commit 9e842d72d5acf927d268e24e8e7e14d2fa8c6ab7
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue May 2 19:30:50 2023 +0200

    feat(plc4go): upgrade go version
---
 plc4go/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4go/pom.xml b/plc4go/pom.xml
index a29fe08744..9b7a5e6a2b 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -604,7 +604,7 @@
           </packages>
           <sources>${project.basedir}</sources>
           <verbose>true</verbose>
-          <goVersion>1.19</goVersion>
+          <goVersion>1.20</goVersion>
         </configuration>
       </plugin>