cicd: fixing this maybe? Using go.mod instead of version
Some checks failed
Run Test Suite / test (push) Has been cancelled
Some checks failed
Run Test Suite / test (push) Has been cancelled
This commit is contained in:
parent
41fd9bd45a
commit
997c4143ca
3
.github/workflows/EditorTests.yml
vendored
3
.github/workflows/EditorTests.yml
vendored
@ -19,7 +19,8 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.25.5" # Pin version
|
go-version-file: go.mod # Use mod file directly
|
||||||
|
# go-version: "1.25.5" # Pin version
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user