Skip to content

Commit 7461a8d

Browse files
authored
Add Go 1.17 to testing matrix (#2268)
* Bump minimum Go version to 1.16 Signed-off-by: Anthony J Mirabella <[email protected]> * Revert "Bump minimum Go version to 1.16" This reverts commit bcb3904. * Add testing for Go 1.17 Signed-off-by: Anthony J Mirabella <[email protected]>
1 parent 7372752 commit 7461a8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
compatibility-test:
110110
strategy:
111111
matrix:
112-
go-version: [1.16, 1.15]
112+
go-version: [1.17, 1.16, 1.15]
113113
os: [ubuntu-latest, macos-latest, windows-latest]
114114
# GitHub Actions does not support arm* architectures on default
115115
# runners. It is possible to acomplish this with a self-hosted runner

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ This project is tested on the following systems.
3434

3535
| OS | Go Version | Architecture |
3636
| ------- | ---------- | ------------ |
37+
| Ubuntu | 1.17 | amd64 |
3738
| Ubuntu | 1.16 | amd64 |
3839
| Ubuntu | 1.15 | amd64 |
40+
| Ubuntu | 1.17 | 386 |
3941
| Ubuntu | 1.16 | 386 |
4042
| Ubuntu | 1.15 | 386 |
43+
| MacOS | 1.17 | amd64 |
4144
| MacOS | 1.16 | amd64 |
4245
| MacOS | 1.15 | amd64 |
46+
| Windows | 1.17 | amd64 |
4347
| Windows | 1.16 | amd64 |
4448
| Windows | 1.15 | amd64 |
49+
| Windows | 1.17 | 386 |
4550
| Windows | 1.16 | 386 |
4651
| Windows | 1.15 | 386 |
4752

0 commit comments

Comments
 (0)