oribuild-linux-arm64 0.0.0-pre-alpha.4 → 0.0.0-pre-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,7 +104,7 @@ ori -h
104
104
 
105
105
  ## Working on `ori`
106
106
  ### Getting Dependencies
107
- - install go 1.17 https://go.dev/doc/install
107
+ - install go 1.18 https://go.dev/doc/install
108
108
  - If on windows, install mingw-gcc.
109
109
  This is to support building libsass on windows https://github.com/wellington/go-libsass/issues/37
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oribuild-linux-arm64",
3
- "version": "0.0.0-pre-alpha.4",
3
+ "version": "0.0.0-pre-alpha.7",
4
4
  "repository": {
5
5
  "url": "https://github.com/microsoft/ori"
6
6
  },