generated from CubeCraft-Creations/Tracehound
Dev #26
@@ -16,8 +16,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# The go-react image ships Go + Node, so no setup-go/setup-node:
|
||||
# those download tool-cache binaries that don't run on this runner.
|
||||
# go-react has Node but not Go. setup-go installs a statically-linked
|
||||
# Go that runs fine here; setup-node's dynamically-linked Node does
|
||||
# not (so Node comes from the image instead).
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.25"
|
||||
|
||||
- name: Toolchain versions
|
||||
run: |
|
||||
go version
|
||||
|
||||
Reference in New Issue
Block a user