Skip to content

Commit

Permalink
pcf8523: bump minimal go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed Sep 18, 2023
1 parent d6bb7d5 commit c8484a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tinygo.org/x/drivers

go 1.15
go 1.18

require (
github.com/eclipse/paho.mqtt.golang v1.2.0
Expand All @@ -9,4 +9,4 @@ require (
golang.org/x/net v0.7.0
tinygo.org/x/tinyfont v0.3.0
tinygo.org/x/tinyterm v0.1.0
)
)

0 comments on commit c8484a6

Please sign in to comment.