Skip to content

Commit ee87ad0

Browse files
[DOCS] Fix Go 1.23 version (#656)
1 parent 58627b6 commit ee87ad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer-guide/get-started/emt-build-and-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ For example, to build a RAW image without real-time extensions, use `edge-image.
6767
# Also supported:
6868
# make -C toolkit install-prereqs
6969
70-
# Fix go 1.21 link
71-
sudo ln -vsf /usr/lib/go-1.21/bin/go /usr/bin/go
72-
sudo ln -vsf /usr/lib/go-1.21/bin/gofmt /usr/bin/gofmt
70+
# Fix go 1.23 link
71+
sudo ln -vsf /usr/lib/go-1.23/bin/go /usr/bin/go
72+
sudo ln -vsf /usr/lib/go-1.23/bin/gofmt /usr/bin/gofmt
7373
7474
# Install and configure Docker.
7575
curl -fsSL https://get.docker.com -o get-docker.sh

0 commit comments

Comments
 (0)