fix: pin Node.js and Go versions in CI configuration files (#1318)
fixes cache poisoning issues
This commit is contained in:
parent
21d7753b1c
commit
bbdeee00f7
9 changed files with 17 additions and 24 deletions
4
.github/workflows/go-mod-tidy-check.yml
vendored
4
.github/workflows/go-mod-tidy-check.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
|
||||
with:
|
||||
go-version: stable
|
||||
go-version: '1.25.4'
|
||||
|
||||
- name: Check go.mod and go.sum in main directory
|
||||
run: |
|
||||
|
|
@ -73,4 +73,4 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "SUCCESS: go.mod and go.sum in test directory are tidy"
|
||||
echo "SUCCESS: go.mod and go.sum in test directory are tidy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue