Upgrade go 1.21 -> 1.22

This commit is contained in:
Pieter Hollander 2024-02-22 11:41:32 +01:00
parent ac512a898b
commit 9c4de319f9
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

2
go.mod
View file

@ -1,6 +1,6 @@
module git.hollander.online/energy/p1-logger
go 1.21.4
go 1.22
require (
github.com/eclipse/paho.mqtt.golang v1.4.3