Phase out support for Go 1.16 since is not supported anymore by Go team (#837)

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
Cosmin Cojocar 2022-07-26 11:08:30 +02:00 committed by GitHub
parent 3cda47a9b8
commit 21fcd2f904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
go_version:
- '1.16'
- '1.17'
- '1.18'
runs-on: ubuntu-latest