Skip to content

Commit 7ddc24c

Browse files
committed
remove middle go versions
1 parent d6532ed commit 7ddc24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: golangci-lint
1111
strategy:
1212
matrix:
13-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
13+
go-version: [1.14.x, 1.18.x, 1.19.x]
1414
os: [ubuntu-latest]
1515
env:
1616
OS: ${{ matrix.os }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
unit:
1010
strategy:
1111
matrix:
12-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
12+
go-version: [1.14.x, 1.18.x, 1.19.x]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
env:
1515
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)