ci: upgrade Go to 1.19 in main Dockerfile

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-04-26 20:11:09 +02:00
parent b7bf24b7e4
commit 6fec4ea205
No known key found for this signature in database
GPG key ID: FE65CD384D5BF7B4

View file

@ -1,5 +1,5 @@
# Build status-go in a Go builder container
FROM golang:1.18-alpine as builder
FROM golang:1.19-alpine as builder
RUN apk add --no-cache make gcc g++ musl-dev linux-headers