build: upgrade to go 1.19

This commit is contained in:
Cyrille Nofficial 2022-08-18 12:59:33 +02:00
parent a07d042269
commit 4f17175e01
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.17-alpine AS builder FROM --platform=$BUILDPLATFORM golang:1.19-alpine AS builder
ARG TARGETPLATFORM ARG TARGETPLATFORM
ARG BUILDPLATFORM ARG BUILDPLATFORM

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/cyrilix/robocar-arduino module github.com/cyrilix/robocar-arduino
go 1.18 go 1.19
require ( require (
github.com/cyrilix/robocar-base v0.1.7 github.com/cyrilix/robocar-base v0.1.7