From 5dcd959f30fb0ae2b9a6e2ae407e375f815773fe Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 29 Sep 2019 10:37:57 +0800 Subject: [PATCH] add go oas3 petstore to ensure up-to-date (#3979) --- bin/utils/ensure-up-to-date | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/utils/ensure-up-to-date b/bin/utils/ensure-up-to-date index c5671fe6653f..9a55f9e0c08f 100755 --- a/bin/utils/ensure-up-to-date +++ b/bin/utils/ensure-up-to-date @@ -54,6 +54,7 @@ declare -a scripts=( "./bin/csharp-petstore.sh" "./bin/csharp-netcore-petstore-all.sh" "./bin/elixir-petstore.sh" +"./bin/openapi3/go-petstore.sh" "./bin/go-petstore.sh" "./bin/go-petstore-withxml.sh" "./bin/go-gin-petstore-server.sh"