Skip to content

Commit

Permalink
use latest go
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Aug 7, 2024
1 parent 8c8ca78 commit f535ea5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.4"
go-version: "1.22.5"

- name: Set environment variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.4"
go-version: "1.22.5"
- name: Set environment variables
run: |
MINIMOVE_NETWORK_NAME="minimove-1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.4"
go-version: "1.22.5"

- name: Set environment variables
run: |
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

MiniMove is an optimistic rollup consumer chain powered by MoveVM. MiniMove is designed to simplify the process of bootstrapping an L2 network. The main advantage of using MiniMove is that the users can leverage the OPinit stack for enhanced security and utilize all the Initia ecosystem tooling from day one, without the need to prepare a validator group or build the users' own ecosystem tools.

- https://github.com/initia-labs/move
- <https://github.com/initia-labs/move>

## Prerequisites

- Go v1.22.2+
- Go v1.22.5+

## Getting Started

Expand All @@ -27,5 +27,3 @@ Contributions are welcome! If you have any ideas, suggestions, or bug reports, p
## License

This project is licensed under the [BSL License](LICENSE).


0 comments on commit f535ea5

Please sign in to comment.