File tree Expand file tree Collapse file tree 4 files changed +6
-25
lines changed
Expand file tree Collapse file tree 4 files changed +6
-25
lines changed Original file line number Diff line number Diff line change 4040 --build-arg KV_CACHE_MANAGER_TOKEN=${{ inputs.kv-cache-manager-token }} \
4141 -t ${{ inputs.registry }}/${{ inputs.image-name }}:${{ inputs.tag }} \
4242 --push .
43- shell : bash
43+ shell : bash
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818
1919 - name : Set up go with cache
2020 uses : actions/setup-go@v5
21+ run : sed -En 's/^go (.*)$/GO_VERSION=\1/p' go.mod >> $GITHUB_ENV
2122 with :
22- go-version : ' 1.24.0 '
23+ go-version : " ${{ env.GO_VERSION }} "
2324 cache-dependency-path : ./go.sum
2425
2526 - name : Configure Git to use token for private modules
@@ -36,12 +37,12 @@ jobs:
3637 version : ' v2.1.6'
3738 args : " --config=./.golangci.yml"
3839
39- - name : Run go test
40+ - name : Run make test
4041 shell : bash
4142 run : |
4243 make test
4344
44- - name : Run go build
45+ - name : Run make build
4546 shell : bash
4647 run : |
4748 make build
Original file line number Diff line number Diff line change 4545 image-name : ${{ steps.version.outputs.project_name }}
4646 registry : ghcr.io/llm-d
4747 github-token : ${{ secrets.GHCR_TOKEN }}
48- kv-cache-manager-token : ${{ secrets.KV_CACHE_MANAGER_TOKEN }}
48+ kv-cache-manager-token : ${{ secrets.KV_CACHE_MANAGER_TOKEN }}
You can’t perform that action at this time.
0 commit comments