mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-08-07 07:14:44 +00:00
Workflows: test-pr-server: Set go-version-file for setup-go action.
This commit is contained in:
@@ -20,7 +20,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7.0.0
|
- uses: actions/checkout@v7.0.0
|
||||||
|
|
||||||
- uses: actions/setup-go@v7.0.0
|
- uses: actions/setup-go@v7.0.0
|
||||||
|
with:
|
||||||
|
go-version-file: "go.mod"
|
||||||
|
|
||||||
- name: go test all packages
|
- name: go test all packages
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ These changes are awaiting release:
|
|||||||
- .npmrc: Enable `ignore-scripts` (still on npm 11) and set `min-release-age=14`.
|
- .npmrc: Enable `ignore-scripts` (still on npm 11) and set `min-release-age=14`.
|
||||||
- Workflows: Upgrade action versions & set Node version to `24`.
|
- Workflows: Upgrade action versions & set Node version to `24`.
|
||||||
- Dockerfile: Upgrade node steps to use version `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
|
# [4.1.1] - 2026-07-26T02:00:00Z
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user