Update Go 1.22 -> 1.23
All checks were successful
Build Docker image / build (push) Successful in 1m16s
Build Golang packages / release (push) Successful in 2m8s

This commit is contained in:
Pieter Hollander 2024-08-14 19:32:31 +02:00
parent f2b74acfe9
commit bd66af32fa
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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