build(deps): bump Go to v1.20 on SDK, simapp and standalone modules (#14979)

This commit is contained in:
Julien Robert
2023-02-09 11:56:07 -05:00
committed by GitHub
parent 8bd9288051
commit ad847c4e4d
28 changed files with 70 additions and 69 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# docker run --rm -v $(pwd):/workspace --workdir /workspace cosmossdk-proto sh ./scripts/protocgen.sh
FROM bufbuild/buf:1.13.1 as BUILDER
FROM golang:1.19-alpine
FROM golang:1.20-alpine
RUN apk add --no-cache \
nodejs \