Skip to content

Commit b04eef5

Browse files
authored
add Go 1.16.x, drop 1.14.x
1 parent 866f234 commit b04eef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.14.x, 1.15.x]
7+
go-version: [1.15.x, 1.16.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Go
2424
uses: actions/setup-go@v2
2525
with:
26-
go-version: 1.15.x
26+
go-version: 1.16.x
2727
- name: Checkout code
2828
uses: actions/checkout@v2
2929
- uses: actions/cache@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
go-version: [1.14.x, 1.15.x]
16+
go-version: [1.15.x, 1.16.x]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)