File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
.devcontainer/contracts-tutorial
.github/actions/install-go
docs/tutorials/morpheusvm Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"features" : {
7
7
"ghcr.io/devcontainers/features/go:1" : {
8
- "version" : " 1.21.12 "
8
+ "version" : " 1.22.8 "
9
9
},
10
10
"ghcr.io/devcontainers/features/rust:1" : {},
11
11
"ghcr.io/devcontainers/features/common-utils:2" : {
Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v5
19
19
with :
20
- go-version : ' 1.21.10 '
20
+ go-version : ' 1.22.8 '
21
21
cache : ${{ inputs.cache }}
22
22
cache-dependency-path : ${{ inputs.cache-dependency-path }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Thank you for your interest in contributing to `hypersdk`! By contributing to hy
8
8
9
9
To contribute to ` hypersdk ` , you'll need:
10
10
11
- - [ Go] ( https://golang.org/dl/ ) 1.21 or higher
11
+ - [ Go] ( https://golang.org/dl/ ) 1.22.8 or higher
12
12
13
13
### Setting up your development environment
14
14
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This introduction will go over everything up to and including the section
21
21
22
22
## Prerequisites
23
23
24
- - You are using Go 1.21.12
24
+ - You are using Go 1.22.8
25
25
26
26
To confirm, you can run:
27
27
@@ -32,7 +32,7 @@ go version
32
32
And you should see the ouptut (slightly different depending on your machine):
33
33
34
34
```
35
- go version go1.21.12 darwin/arm64
35
+ go version go1.22.8 darwin/arm64
36
36
```
37
37
38
38
## Cloning HyperSDK
Original file line number Diff line number Diff line change 1
1
module github.com/ava-labs/hypersdk/examples/morpheusvm
2
2
3
- go 1.21.12
3
+ go 1.22.8
4
4
5
5
require (
6
6
github.com/ava-labs/avalanchego v1.11.12-rc.2.0.20241001202925-f03745d187d0
Original file line number Diff line number Diff line change 1
1
module github.com/ava-labs/hypersdk/examples/vmwithcontracts
2
2
3
- go 1.21.12
3
+ go 1.22.8
4
4
5
5
require (
6
6
github.com/ava-labs/avalanchego v1.11.12-rc.2.0.20241001202925-f03745d187d0
Original file line number Diff line number Diff line change 1
1
module github.com/ava-labs/hypersdk
2
2
3
- go 1.21.12
3
+ go 1.22.8
4
4
5
5
require (
6
6
github.com/ava-labs/avalanchego v1.11.12-rc.2.0.20241001202925-f03745d187d0
You can’t perform that action at this time.
0 commit comments