Skip to content

Commit 1273f2c

Browse files
committed
change test support version to 1.15 and 1.16.
1 parent 5c29bd9 commit 1273f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test_v3_module:
55
strategy:
66
matrix:
7-
go-version: [1.13.x, 1.14.x, 1.15.x]
7+
go-version: [1.15.x, 1.16.x]
88
os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -25,7 +25,7 @@ jobs:
2525
GO111MODULE: off
2626
strategy:
2727
matrix:
28-
go-version: [1.13.x, 1.14.x, 1.15.x]
28+
go-version: [1.15.x, 1.16.x]
2929
os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0]
3030
runs-on: ${{ matrix.os }}
3131
steps:
@@ -50,7 +50,7 @@ jobs:
5050
GO111MODULE: off
5151
strategy:
5252
matrix:
53-
go-version: [1.13.x, 1.14.x, 1.15.x]
53+
go-version: [1.15.x, 1.16.x]
5454
os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0]
5555
runs-on: ${{ matrix.os }}
5656
steps:

0 commit comments

Comments
 (0)