openconfig / ygot

A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
Apache License 2.0
285 stars 107 forks source link

Remove support for go 1.18. #968

Closed robshakir closed 6 months ago

robshakir commented 6 months ago
* (M) .github/workflows/go.yml
   - Remove testing support for go 1.18 -- these tests are failing
     based on dependencies. Our contract here is to support -3
     versions, so this is in-line with expecations of our consumers.

Fixes the failing CI @ HEAD.

coveralls commented 6 months ago

Coverage Status

coverage: 88.811%. remained the same when pulling 3f7a1725b209b0673d3337e443b1a84d08c878b6 on go122 into a59697eabf76e43de76c5c147a589e15fda7304b on master.