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

@ -14,7 +14,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
@ -26,7 +26,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Run GoReleaser
uses: https://github.com/goreleaser/goreleaser-action@v6
uses: https://github.com/goreleaser/goreleaser-action@v5
env:
GITEA_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

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