We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e5876 commit cc47629Copy full SHA for cc47629
1 file changed
.github/workflows/test.yml
@@ -12,8 +12,8 @@ jobs:
12
fail-fast: false
13
matrix:
14
GO_VERSION:
15
- - "1.24.x"
16
- - "1.25.x"
+ - "oldstable"
+ - "stable"
17
18
steps:
19
- uses: actions/checkout@v3
0 commit comments