Skip to content

Commit bdd0f55

Browse files
authored
Update Go version in CI workflow
1 parent 6a7c64b commit bdd0f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
unit-scenario-test:
77
strategy:
88
matrix:
9-
go: [ "1.19", "1.25" ]
9+
go: [ "1.18", "1.25" ]
1010
runs-on: [ Linux, X64 ]
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)