Skip to content

Commit

Permalink
Revert "bump go verseion to 1.21 and use new builtin functions (cosmo…
Browse files Browse the repository at this point in the history
…s#1155)" (cosmos#1179)

Ignite currently does not support go 1.21. So reverting this change
until the support is added.

This reverts commit 8981fd6.

<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

<!-- 
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue. 
-->

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords

---------

Co-authored-by: Ganesha Upadhyaya <gupadhyaya@Ganeshas-MacBook-Pro-2.local>
Co-authored-by: nashqueue <99758629+nashqueue@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 13, 2023
1 parent 6c5ee4c commit 7c9629d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
GO_VERSION: "1.21"
GO_VERSION: "1.20"

test:
uses: ./.github/workflows/test.yml
with:
GO_VERSION: "1.21"
GO_VERSION: "1.20"

proto:
uses: ./.github/workflows/proto.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A modular framework for rollups, with an ABCI-compatible client interface. For m

## Building From Source

Requires Go version >= 1.21.
Requires Go version >= 1.20.

To build:

Expand Down
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/rollkit/rollkit

go 1.21
go 1.20

require (
github.com/celestiaorg/go-header v0.2.13
Expand Down
Loading

0 comments on commit 7c9629d

Please sign in to comment.