Skip to content

Commit d023d20

Browse files
committed
fix: Update Go version to 1.25 in CI configuration
1 parent 417af23 commit d023d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.21'
21+
go-version: '1.25'
2222

2323
- name: Cache Go modules
2424
uses: actions/cache@v3

0 commit comments

Comments
 (0)