Skip to content

Commit 4d3a01f

Browse files
authored
fix: use only go1.17 on matrix for test workflow (#15)
Signed-off-by: Erkan Zileli <erkan.zileli@trendyol.com>
1 parent 875f062 commit 4d3a01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
Build:
1313
strategy:
1414
matrix:
15-
go-version: [1.16.x, 1.17.x]
15+
go-version: [1.17.x]
1616
platform: [ubuntu-latest]
1717
runs-on: ${{ matrix.platform }}
1818
steps:

0 commit comments

Comments
 (0)