Skip to content

Commit

Permalink
backend Makefile: Use fixed version v1.10.1 for oapi-codegen. Since n…
Browse files Browse the repository at this point in the history
…ewest version breaks compatibility
  • Loading branch information
absorbb authored May 23, 2022
1 parent c36323d commit fa257ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurator/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ assemble_backend:
backend: go_generate deps_backend build_backend

go_generate:
go get github.com/deepmap/oapi-codegen/cmd/oapi-codegen
go get github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.10.1
go generate

deps_backend:
Expand All @@ -41,4 +41,4 @@ test_backend:

clean:
rm -f configurator
rm -rf ./build
rm -rf ./build

0 comments on commit fa257ba

Please sign in to comment.