Skip to content

Commit 9c90d16

Browse files
committed
update go version in unit-test workflow
1 parent 83163ea commit 9c90d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
1717
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1818
with:
19-
go-version: 1.24.4
19+
go-version: 1.25.0
2020
- name: tests
2121
run: |-
2222
make test

0 commit comments

Comments
 (0)