Skip to content

Commit 0926db1

Browse files
authored
ci: run only on go 1.17
1 parent 15b98b1 commit 0926db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 10
4848
strategy:
4949
matrix:
50-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
50+
go-version: [1.17.x]
5151
platform: [ubuntu-latest, windows-latest]
5252
runs-on: ${{ matrix.platform }}
5353
steps:

0 commit comments

Comments
 (0)