Skip to content

Commit 7c9629d

Browse files
gupadhyayaGanesha Upadhyayanashqueue
authored
Revert "bump go verseion to 1.21 and use new builtin functions (#1155)" (#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>
1 parent 6c5ee4c commit 7c9629d

5 files changed

Lines changed: 22 additions & 52 deletions

File tree

.github/workflows/ci_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
lint:
2828
uses: ./.github/workflows/lint.yml
2929
with:
30-
GO_VERSION: "1.21"
30+
GO_VERSION: "1.20"
3131

3232
test:
3333
uses: ./.github/workflows/test.yml
3434
with:
35-
GO_VERSION: "1.21"
35+
GO_VERSION: "1.20"
3636

3737
proto:
3838
uses: ./.github/workflows/proto.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A modular framework for rollups, with an ABCI-compatible client interface. For m
1010

1111
## Building From Source
1212

13-
Requires Go version >= 1.21.
13+
Requires Go version >= 1.20.
1414

1515
To build:
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rollkit/rollkit
22

3-
go 1.21
3+
go 1.20
44

55
require (
66
github.com/celestiaorg/go-header v0.2.13

0 commit comments

Comments
 (0)