build: bump to Go 1.21 (#17333)

This commit is contained in:
Julien Robert
2023-08-18 09:58:46 +00:00
committed by GitHub
parent 0288d423b9
commit f0030e0e6d
51 changed files with 477 additions and 80 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.20-alpine
FROM golang:1.21-alpine
RUN apk add --no-cache \
nodejs \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS build
FROM golang:1.21-alpine AS build
RUN apk add build-base git linux-headers libc-dev
RUN go install github.com/go-delve/delve/cmd/dlv@latest
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS build
FROM golang:1.21-alpine AS build
RUN apk add build-base git linux-headers