Skip to content

Commit 16dbada

Browse files
Update golang version in github actions
1 parent df8b27d commit 16dbada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/binaries-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.23"
20+
go-version: "1.24"
2121
cache-dependency-path: backend/go.mod
2222

2323
- uses: pnpm/action-setup@v2

.github/workflows/partial-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: "1.23"
15+
go-version: "1.24"
1616
cache-dependency-path: backend/go.mod
1717

1818
- name: Install Task

0 commit comments

Comments
 (0)