improve go sample workflow gh

This commit is contained in:
William Cheng
2023-04-12 16:40:16 +08:00
parent 04441188c6
commit ccfce7752b

View File

@@ -31,6 +31,7 @@ jobs:
run: |
go get github.com/labstack/echo/v4/middleware@v4.9.0
go get github.com/labstack/echo/v4@v4.9.0
go get github.com/gorilla/mux
- name: Build
working-directory: ${{ matrix.sample }}
run: go test -v