mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Update Go version in GitHub Actions workflow to 1.24
This commit is contained in:
3
.github/workflows/go_test.yaml
vendored
3
.github/workflows/go_test.yaml
vendored
@@ -9,6 +9,7 @@ on:
|
|||||||
- "go.mod"
|
- "go.mod"
|
||||||
- "go.sum"
|
- "go.sum"
|
||||||
- "webui/webui.go"
|
- "webui/webui.go"
|
||||||
|
- ".github/workflows/go_test.yaml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -24,7 +25,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.23"
|
go-version: "1.24"
|
||||||
cache: true
|
cache: true
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: go test -tags=test ./... -v
|
run: go test -tags=test ./... -v
|
||||||
|
|||||||
Reference in New Issue
Block a user