4040 ```
4141 <!-- markdownlint-enable line-length -->
4242
43- * [ Go] (at least version 1.25.3 ).
43+ * [ Go] (at least version 1.25.5 ).
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.25.3 , with:
55+ https://golang.org/doc/install#extra_versions ), e.g. 1.25.5 , with:
5656
5757 ```
58- go install golang.org/dl/go1.25.3 @latest
59- go1.25.3 download
58+ go install golang.org/dl/go1.25.5 @latest
59+ go1.25.5 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.25.3
66+ export OASIS_GO=go1.25.5
6767 ```
6868
6969* [Rust].
@@ -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 v2.6 .0
154+ | sh -s -- -b $(${OASIS_GO:-go} env GOPATH)/bin v2.8 .0
155155 ```
156156
157157* (**OPTIONAL**) [protoc-gen-go].
0 commit comments