Workflows: test-pr-server: Set go-version-file for setup-go action.

This commit is contained in:
IRHM
2026-07-26 21:07:14 +01:00
committed by momi
parent baba8c8c60
commit 6457146214
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -20,7 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/setup-go@v7.0.0
with:
go-version-file: "go.mod"
- name: go test all packages
run: go test ./...
+1
View File
@@ -17,6 +17,7 @@ These changes are awaiting release:
- .npmrc: Enable `ignore-scripts` (still on npm 11) and set `min-release-age=14`.
- Workflows: Upgrade action versions & set Node version to `24`.
- Dockerfile: Upgrade node steps to use version `24`.
- Workflows: test-pr-server: Set go-version-file for setup-go action.
# [4.1.1] - 2026-07-26T02:00:00Z