Skip to content

Commit

Permalink
feat(plc4go): upgrade to golang 1.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 3, 2023
1 parent 1956b23 commit 953d07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plc4go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

module github.com/apache/plc4x/plc4go

go 1.19
go 1.20

require (
github.com/IBM/netaddr v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion plc4go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
</packages>
<sources>${project.basedir}</sources>
<verbose>true</verbose>
<goVersion>1.20.5</goVersion>
<goVersion>1.20.7</goVersion>
</configuration>
</plugin>

Expand Down

0 comments on commit 953d07a

Please sign in to comment.