mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +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.sum"
|
||||
- "webui/webui.go"
|
||||
- ".github/workflows/go_test.yaml"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
@@ -24,7 +25,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
go-version: "1.24"
|
||||
cache: true
|
||||
- name: Run Tests
|
||||
run: go test -tags=test ./... -v
|
||||
|
||||
Reference in New Issue
Block a user