Downgrade go setup action version to support node <24
All checks were successful
test / test (push) Successful in 1m27s

This commit is contained in:
Martin McCaffery 2026-02-17 11:50:52 +01:00
parent 51c24718e4
commit 2434a5f9dd
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533
2 changed files with 3 additions and 3 deletions

View file

@ -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