Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
to 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Nov 2, 2023
1 parent b8e91b4 commit ecd60a8
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
CGO_ENABLED: 0
run: |
curl 'https://get.ignite.com/[email protected].1'! | bash
curl 'https://get.ignite.com/[email protected].2'! | bash
ignite chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 -t darwin:arm64
- name: Delete the "latest" Release
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /build/
COPY ./ /build/
RUN apt update \
&& apt install -y curl
RUN curl 'https://get.ignite.com/[email protected].1'! | bash
RUN curl 'https://get.ignite.com/[email protected].2'! | bash
RUN ignite chain build \
--release.targets linux:amd64 \
--output ./release \
Expand Down
2 changes: 1 addition & 1 deletion dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILDARCH

# Change your versions here
ENV GO_VERSION=1.19
ENV IGNITE_VERSION=0.27.1
ENV IGNITE_VERSION=0.27.2
ENV NODE_VERSION=18.x

ENV LOCAL=/usr/local
Expand Down
2 changes: 1 addition & 1 deletion dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /build/
COPY ./ /build/
RUN apt update \
&& apt install -y curl
RUN curl 'https://get.ignite.com/[email protected].1'! | bash
RUN curl 'https://get.ignite.com/[email protected].2'! | bash
RUN ignite chain build \
--release.targets linux:amd64 \
--release.targets linux:arm64 \
Expand Down
118 changes: 59 additions & 59 deletions docs/static/openapi.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mycel-domain/mycel

go 1.19
go 1.21

require (
cosmossdk.io/api v0.3.1
Expand Down
33 changes: 33 additions & 0 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit ecd60a8

Please sign in to comment.