From e3111bc7f8bdd881fe4e70e9b4c1a712f8e5ea67 Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Tue, 5 Dec 2023 10:11:56 +0100 Subject: [PATCH] doc: fixed typo in badge link Signed-off-by: Frederic BIDON --- README.md | 2 +- TODO.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index 8218c4a..ce4cc52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenAPI v2 object model [![Build Status](https://github.com/go-openapi/spec/actions/workflows/go-test.yaml/badge.svg)](https://github.com/go-openapi/strfmt/actions?query=workflow%3A"go+test") [![codecov](https://codecov.io/gh/go-openapi/spec/branch/master/graph/badge.svg)](https://codecov.io/gh/go-openapi/spec) +# OpenAPI v2 object model [![Build Status](https://github.com/go-openapi/spec/actions/workflows/go-test.yml/badge.svg)](https://github.com/go-openapi/strfmt/actions?query=workflow%3A"go+test") [![codecov](https://codecov.io/gh/go-openapi/spec/branch/master/graph/badge.svg)](https://codecov.io/gh/go-openapi/spec) [![Slack Status](https://slackin.goswagger.io/badge.svg)](https://slackin.goswagger.io) [![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/go-openapi/spec/master/LICENSE) diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..1ec31b3 --- /dev/null +++ b/TODO.md @@ -0,0 +1,8 @@ +* [x] regression with fix on windows path +* [x] ioutil deprecated since go1.16 +* [x] reenact golangci-lint as github action +* [x] relint +* [x] update go.mod go requirement (go1.19) +* [x] remove bindata in favor of embed (check min go version) +* [x] swagger.go#L264 : use bytes.Equal() +