Skip to content

Commit fc170c7

Browse files
authored
[devbox] Correct go version in docs (#2636)
TSIA
1 parent 97c19c3 commit fc170c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In practice, Devbox works similar to a package manager like `yarn` – except th
1515
Devbox was originally developed by [jetpack.io](https://www.jetpack.io) and is internally powered by `nix`.
1616

1717
## Demo
18-
The example below creates a development environment with `python 2.7` and `go 1.19`, even though those packages are not installed in the underlying machine:
18+
The example below creates a development environment with `python 2.7` and `go 1.18`, even though those packages are not installed in the underlying machine:
1919

2020
![screen cast](https://user-images.githubusercontent.com/279789/186491771-6b910175-18ec-4c65-92b0-ed1a91bb15ed.svg)
2121

0 commit comments

Comments
 (0)