Skip to content

Commit

Permalink
Start testing on Go1.16, deprecate 1.14 (#68)
Browse files Browse the repository at this point in the history
* Start testing on Go1.16, deprecate 1.14

Let's run tests on the supported versions.
  • Loading branch information
rabbbit authored Mar 3, 2021
1 parent 7e71567 commit a30c09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

strategy:
matrix:
go: ["1.14.x", "1.15.x"]
go: ["1.15.x", "1.16.x"]
include:
- go: 1.15.x
- go: 1.16.x
latest: true

steps:
Expand Down

0 comments on commit a30c09a

Please sign in to comment.