ci: bump go to 1.22 (#19396)

Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
This commit is contained in:
Julien Robert
2024-02-23 10:22:37 +00:00
committed by GitHub
co-authored by Facundo Medica
parent 913f9f1523
commit 6d96e1dec3
24 changed files with 72 additions and 68 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.24.0 as BUILDER
FROM golang:1.21-alpine
FROM golang:1.22-alpine
RUN apk add --no-cache \
nodejs \