Skip to content

Commit ea7b089

Browse files
committed
Update ci to use go v1.25
Signed-off-by: Nour <nurmn3m@gmail.com>
1 parent 09233c7 commit ea7b089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: '1.24'
42+
go-version: '1.25'
4343
cache-dependency-path: backend/go.sum
4444

4545
- name: Download dependencies

0 commit comments

Comments
 (0)