fix: go version

This commit is contained in:
Richard Ramos 2024-06-05 15:59:36 -04:00
parent 18e4d429f8
commit b33b476d1a
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760

View File

@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.21 as builder
RUN mkdir -p /go/src/github.com/waku-org/storenode-messages