Skip to content

Commit 56da03f

Browse files
committed
fix(ci): update Go version to 1.25 to match go.mod requirement
1 parent 19e1ad5 commit 56da03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: '1.23'
19+
go-version: '1.25'
2020

2121
- name: Create frontend placeholder
2222
run: |
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-go@v6
4545
with:
46-
go-version: '1.23'
46+
go-version: '1.25'
4747

4848
- uses: actions/setup-node@v6
4949
with:

0 commit comments

Comments
 (0)