chore: use go1.23 (#23897)

This commit is contained in:
Alex | Interchain Labs
2025-03-05 14:17:59 -05:00
committed by GitHub
parent 3670066fab
commit 8903e43a9e
32 changed files with 71 additions and 97 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.50.0 AS builder
FROM golang:1.24-alpine
FROM golang:1.23-alpine
RUN apk add --no-cache \
nodejs \