build: upgrade to go 1.19

This commit is contained in:
2023-05-10 23:42:10 +02:00
parent ae533ffdfc
commit fe8072aed5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.17-alpine AS builder
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.19-alpine AS builder
ARG TARGETPLATFORM
ARG BUILDPLATFORM
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/cyrilix/robocar-led
go 1.18
go 1.19
require (
github.com/cyrilix/robocar-base v0.1.7