Skip to content

Commit

Permalink
Updated to go 1.21 and updated readme and workflow to support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Mar 14, 2024
1 parent f99a26b commit 16fe168
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
arch: [amd64]
targetos: [darwin, linux]
go-version: ['1.19.x', '1.20.x']
go-version: ['1.21.x']
include:
- targetos: darwin
arch: arm64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It uses Cosmos-SDK's [simapp](https://github.com/cosmos/cosmos-sdk/tree/main/sim

## Overview

**Note**: Requires [Go 1.19](https://go.dev/)
**Note**: Requires [Go 1.21](https://go.dev/)

## Quick guide

Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/dymensionxyz/rollapp-wasm

go 1.20
go 1.21

toolchain go1.21.4

require (
github.com/CosmWasm/wasmd v0.33.0
Expand Down
Loading

0 comments on commit 16fe168

Please sign in to comment.