Update Go 1.22 -> 1.23
This commit is contained in:
parent
f2b74acfe9
commit
bd66af32fa
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Use buildx for multi-architecture support
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.22 AS builder
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.23 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module git.hollander.online/energy/p1-logger
|
||||
|
||||
go 1.22
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/eclipse/paho.mqtt.golang v1.5.0
|
||||
|
|
Loading…
Reference in a new issue