ci: upgrade Go to 1.19 in main Dockerfile
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b7bf24b7e4
commit
6fec4ea205
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue