File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
2121 with :
22- go-version : 1.24.3
22+ go-version : 1.25.6
2323 cache : true
2424
2525 - name : Install golangci-lint
4545 - name : Set up Go
4646 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
4747 with :
48- go-version : 1.24.3
48+ go-version : 1.25.6
4949 cache : true
5050
5151 - name : Check go mod tidy
Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
2020 with :
21- go-version : 1.24.3
21+ go-version : 1.25.6
2222 cache : true
2323
2424 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 4646 - name : Set up Go
4747 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
4848 with :
49- go-version : 1.24.3
49+ go-version : 1.25.6
5050 cache : true
5151
5252 - name : Run tests
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.24
3+ ARG GO_VERSION=1.25
44ARG LLAMA_SERVER_VERSION=latest
55ARG LLAMA_SERVER_VARIANT=cpu
66ARG LLAMA_BINARY_PATH=/com.docker.llama-server.native.linux.${LLAMA_SERVER_VARIANT}.${TARGETARCH}
Original file line number Diff line number Diff line change 11# Project variables
22APP_NAME := model-runner
3- GO_VERSION := 1.24.3
3+ GO_VERSION := 1.25.6
44LLAMA_SERVER_VERSION := latest
55LLAMA_SERVER_VARIANT := cpu
66BASE_IMAGE := ubuntu:24.04
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ https://docs.docker.com/ai/model-runner/get-started/
8585
8686Before building from source, ensure you have the following installed:
8787
88- - ** Go 1.24 +** - Required for building both model-runner and model-cli
88+ - ** Go 1.25 +** - Required for building both model-runner and model-cli
8989- ** Git** - For cloning repositories
9090- ** Make** - For using the provided Makefiles
9191- ** Docker** (optional) - For building and running containerized versions
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.24
4- ARG ALPINE_VERSION=3.21
3+ ARG GO_VERSION=1.25
4+ ARG ALPINE_VERSION=3.23
55
66ARG DOCS_FORMATS="md,yaml"
77
Original file line number Diff line number Diff line change 11module github.com/docker/model-runner/cmd/cli
22
3- go 1.24.3
3+ go 1.25.6
44
55require (
66 github.com/charmbracelet/glamour v0.10.0
Original file line number Diff line number Diff line change 11module github.com/docker/model-runner
22
3- go 1.24.3
3+ go 1.25.6
44
55require (
66 github.com/containerd/containerd/v2 v2.2.1
Original file line number Diff line number Diff line change 1- go 1.24.3
1+ go 1.25.6
22
33use (
44 .
You can’t perform that action at this time.
0 commit comments