build: upgrade to go 1.19

This commit is contained in:
Cyrille Nofficial 2023-03-04 11:45:37 +01:00
parent ae533ffdfc
commit fe8072aed5
2 changed files with 2 additions and 2 deletions

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

2
go.mod
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