1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-07 23:02:12 +02:00

remove deprecating command

This commit is contained in:
chenzhihui 2020-12-01 13:01:16 +08:00
parent 312a69eee4
commit c2d871bf34

View File

@ -93,7 +93,7 @@ jobs:
- name: Set up Env
run: |
# echo "::set-env name=GOPATH::$(go env GOPATH)"
echo "::add-path::$(go env GOPATH)/bin"
# echo "::add-path::$(go env GOPATH)/bin"
- name: Check out code into the Go module directory
uses: actions/checkout@v2