Skip to content

Commit

Permalink
Go bump to v1.21 to pick up slog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiltgen committed Jan 18, 2024
1 parent fedd705 commit ecbfc01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
cache: true
- if: ${{ startsWith(matrix.os, 'windows-') }}
shell: pwsh
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
cache: false
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
cache: true
- run: go get
- uses: actions/download-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Install required tools:

- 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

```bash
Expand Down Expand Up @@ -104,7 +104,7 @@ Note: The windows build for Ollama is still under development.
Install required tools:

- 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.
- <https://www.mingw-w64.org/>
- <https://www.msys2.org/>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jmorganca/ollama

go 1.20
go 1.21

require (
github.com/emirpasic/gods v1.18.1
Expand Down

0 comments on commit ecbfc01

Please sign in to comment.