4040 ```
4141 <!-- markdownlint-enable line-length -->
4242
43- * [ Go] (at least version 1.23.2 ).
43+ * [ Go] (at least version 1.24.0 ).
4444
4545 If your distribution provides a new-enough version of Go, just use that.
4646
@@ -52,18 +52,18 @@ Core:
5252 * [ ensure ` $GOPATH/bin ` is in your ` PATH ` ] (
5353 https://tip.golang.org/doc/code.html#GOPATH ),
5454 * [ install the desired version of Go] (
55- https://golang.org/doc/install#extra_versions ), e.g. 1.23.2 , with:
55+ https://golang.org/doc/install#extra_versions ), e.g. 1.24.0 , with:
5656
5757 ```
58- go install golang.org/dl/go1.23.2 @latest
59- go1.23.2 download
58+ go install golang.org/dl/go1.24.0 @latest
59+ go1.24.0 download
6060 ```
6161
6262 * instruct the build system to use this particular version of Go by setting
6363 the `OASIS_GO` environment variable in your `~/.bashrc`:
6464
6565 ```
66- export OASIS_GO=go1.23.2
66+ export OASIS_GO=go1.24.0
6767 ```
6868
6969* [Rust].
@@ -137,8 +137,8 @@ Core:
137137 Download and install it with:
138138
139139 ```
140- ${OASIS_GO:-go} install mvdan.cc/gofumpt@v0.6 .0
141- ${OASIS_GO:-go} install golang.org/x/tools/cmd/goimports@v0.18 .0
140+ ${OASIS_GO:-go} install mvdan.cc/gofumpt@v0.7 .0
141+ ${OASIS_GO:-go} install golang.org/x/tools/cmd/goimports@v0.30 .0
142142 ```
143143
144144* (**OPTIONAL**) [golangci-lint].
@@ -151,7 +151,7 @@ Core:
151151 ```
152152 curl -sSfL \
153153 https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
154- | sh -s -- -b $(${OASIS_GO:-go} env GOPATH)/bin v1.56.1
154+ | sh -s -- -b $(${OASIS_GO:-go} env GOPATH)/bin v1.64.5
155155 ```
156156
157157* (**OPTIONAL**) [protoc-gen-go].
0 commit comments