Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
Use fixed version v1.10.1 for oapi-codegen. Since newest version breaks compatibility
  • Loading branch information
absorbb authored May 23, 2022
1 parent cfe3383 commit c36323d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build Backend
if: ${{ success() && (steps.go-change.outputs.server == 1 || steps.go-change.outputs.backend == 1) }}
run: |
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
go mod download
go build
Expand Down

0 comments on commit c36323d

Please sign in to comment.