We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83163ea commit 9c90d16Copy full SHA for 9c90d16
.github/workflows/unit-test.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
17
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
18
with:
19
- go-version: 1.24.4
+ go-version: 1.25.0
20
- name: tests
21
run: |-
22
make test
0 commit comments