We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c64b commit bdd0f55Copy full SHA for bdd0f55
1 file changed
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
6
unit-scenario-test:
7
strategy:
8
matrix:
9
- go: [ "1.19", "1.25" ]
+ go: [ "1.18", "1.25" ]
10
runs-on: [ Linux, X64 ]
11
steps:
12
- uses: actions/checkout@v4
0 commit comments