1
0
mirror of https://github.com/j178/prek.git synced 2026-05-05 18:25:21 +02:00

Add missing setup-go to CI action

This commit is contained in:
Jo
2025-08-05 19:19:20 +08:00
parent b46822d236
commit ea0ee3eac5
+10
View File
@@ -100,6 +100,11 @@ jobs:
with:
node-version: '19.9.0'
- name: "Install Go"
uses: actions/setup-go@v5
with:
go-version: '1.24.5'
- name: "Cargo test"
run: |
cargo nextest show-config test-groups
@@ -182,6 +187,11 @@ jobs:
with:
node-version: '19.9.0'
- name: "Install Go"
uses: actions/setup-go@v5
with:
go-version: '1.24.5'
- name: "Find node and npm versions"
run: |
Get-Command node -All