Skip to content

Commit

Permalink
install middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Oct 19, 2022
1 parent 3dc2023 commit d0096e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/samples-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- run: go version
- name: Install
working-directory: ${{ matrix.sample }}
run: go get github.com/labstack/echo/[email protected]
run: |
go get github.com/labstack/echo/v4/[email protected]
go get github.com/labstack/echo/[email protected]
- name: Build
working-directory: ${{ matrix.sample }}
run: go test -v

0 comments on commit d0096e1

Please sign in to comment.