Bump to latest Go 1.22 patch (#7379)

This commit is contained in:
Daniel Hiltgen 2024-10-26 17:03:37 -07:00 committed by GitHub
parent 099f7077a1
commit abd5dfd06a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.22.5 ARG GOLANG_VERSION=1.22.8
ARG CMAKE_VERSION=3.22.1 ARG CMAKE_VERSION=3.22.1
ARG CUDA_VERSION_11=11.3.1 ARG CUDA_VERSION_11=11.3.1
ARG CUDA_V11_ARCHITECTURES="50;52;53;60;61;62;70;72;75;80;86" ARG CUDA_V11_ARCHITECTURES="50;52;53;60;61;62;70;72;75;80;86"

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/ollama/ollama module github.com/ollama/ollama
go 1.22.5 go 1.22.8
require ( require (
github.com/containerd/console v1.0.3 github.com/containerd/console v1.0.3

View file

@ -1,5 +1,5 @@
# Note: once we have fully transitioned to the Go server, this will replace the old Dockerfile at the top of the tree # Note: once we have fully transitioned to the Go server, this will replace the old Dockerfile at the top of the tree
ARG GOLANG_VERSION=1.22.5 ARG GOLANG_VERSION=1.22.8
ARG CMAKE_VERSION=3.22.1 ARG CMAKE_VERSION=3.22.1
ARG CUDA_VERSION_11=11.3.1 ARG CUDA_VERSION_11=11.3.1
ARG CUDA_V11_ARCHITECTURES="50;52;53;60;61;62;70;72;75;80;86" ARG CUDA_V11_ARCHITECTURES="50;52;53;60;61;62;70;72;75;80;86"