mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
Update golang version in github actions
This commit is contained in:
2
.github/workflows/binaries-publish.yaml
vendored
2
.github/workflows/binaries-publish.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.23"
|
go-version: "1.24"
|
||||||
cache-dependency-path: backend/go.mod
|
cache-dependency-path: backend/go.mod
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
|
|||||||
2
.github/workflows/partial-backend.yaml
vendored
2
.github/workflows/partial-backend.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.23"
|
go-version: "1.24"
|
||||||
cache-dependency-path: backend/go.mod
|
cache-dependency-path: backend/go.mod
|
||||||
|
|
||||||
- name: Install Task
|
- name: Install Task
|
||||||
|
|||||||
Reference in New Issue
Block a user