Skip to content

Commit 8be0208

Browse files
authored
add go 1.18 to tests
1 parent 3f1b8be commit 8be0208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
unit:
1313
strategy:
1414
matrix:
15-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
15+
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717
env:
1818
OS: ${{ matrix.os }}
@@ -230,4 +230,4 @@ jobs:
230230
with:
231231
file: ./connection.txt
232232
flags: connection,e2e,integration,${{ matrix.os }},${{ matrix.go-version }}
233-
name: connection
233+
name: connection

0 commit comments

Comments
 (0)