Skip to content

Commit f00ca76

Browse files
committed
update Go versions now that 1.14 is out
1 parent e5ae7b1 commit f00ca76

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.12.x, 1.13.x]
7+
go-version: [1.13.x, 1.14.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Go
2727
uses: actions/setup-go@v1
2828
with:
29-
go-version: 1.13.x
29+
go-version: 1.14.x
3030
- name: Checkout code
3131
uses: actions/checkout@v2
3232
with:

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.12.x, 1.13.x]
16+
go-version: [1.13.x, 1.14.x]
1717
platform: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.platform }}
1919
steps:

0 commit comments

Comments
 (0)