"git@developer.sourcefind.cn:OpenDAS/deepspeed.git" did not exist on "fd2a8fd5b25b293252063aa2bb5a1047b146749e"
Commit ecbfc018 authored by Daniel Hiltgen's avatar Daniel Hiltgen
Browse files

Go bump to v1.21 to pick up slog

parent fedd705a
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.21'
cache: true cache: true
- if: ${{ startsWith(matrix.os, 'windows-') }} - if: ${{ startsWith(matrix.os, 'windows-') }}
shell: pwsh shell: pwsh
...@@ -67,7 +67,7 @@ jobs: ...@@ -67,7 +67,7 @@ jobs:
submodules: recursive submodules: recursive
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.21'
cache: false cache: false
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
...@@ -95,7 +95,7 @@ jobs: ...@@ -95,7 +95,7 @@ jobs:
submodules: recursive submodules: recursive
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.21'
cache: true cache: true
- run: go get - run: go get
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Install required tools: Install required tools:
- cmake version 3.24 or higher - cmake version 3.24 or higher
- go version 1.20 or higher - go version 1.21 or higher
- gcc version 11.4.0 or higher - gcc version 11.4.0 or higher
```bash ```bash
...@@ -104,7 +104,7 @@ Note: The windows build for Ollama is still under development. ...@@ -104,7 +104,7 @@ Note: The windows build for Ollama is still under development.
Install required tools: Install required tools:
- MSVC toolchain - C/C++ and cmake as minimal requirements - MSVC toolchain - C/C++ and cmake as minimal requirements
- go version 1.20 or higher - go version 1.21 or higher
- MinGW (pick one variant) with GCC. - MinGW (pick one variant) with GCC.
- <https://www.mingw-w64.org/> - <https://www.mingw-w64.org/>
- <https://www.msys2.org/> - <https://www.msys2.org/>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment