Downgrade go setup action version to support node <24
All checks were successful
test / test (push) Successful in 1m27s
All checks were successful
test / test (push) Successful in 1m27s
This commit is contained in:
parent
51c24718e4
commit
2434a5f9dd
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ">=1.25.1"
|
||||
- name: Test code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue