Skip to content

Commit

Permalink
upgrade go mod version (1.19->1.21)
Browse files Browse the repository at this point in the history
for update libp2p dependency
  • Loading branch information
rabbitprincess committed Oct 25, 2023
1 parent 8be3d17 commit d6837be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ MVP based, Forward compatibility, Iteration

### Prerequisites

* Go1.12.5+ - https://golang.org/dl
* Go1.21.3+ - https://golang.org/dl
* Proto Buffers - https://github.com/google/protobuf
* CMake 3.0.0 or higher - https://cmake.org

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/aergoio/aergo/v2

go 1.19
go 1.21

require (
github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7
Expand Down

1 comment on commit d6837be

@kroggen
Copy link
Member

@kroggen kroggen commented on d6837be Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember this problem

We cannot get the debug symbols on Go 1.21, so it is even more difficult to debug gas usage

Please sign in to comment.