Commit ade937e
committed
chore: fix checkout step order in test workflow
Moved the actions/checkout@v5 step before actions/setup-go@v5 to ensure the repository is checked out before setting up Go. This corrects the workflow execution order.1 parent 1a40961 commit ade937e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments