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

fix workflow

This commit is contained in:
chenzhihui 2020-12-01 12:58:11 +08:00
parent 0e5463652f
commit 312a69eee4

View File

@ -92,7 +92,7 @@ jobs:
- name: Set up Env - name: Set up Env
run: | run: |
echo "::set-env name=GOPATH::$(go env GOPATH)" # 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 - name: Check out code into the Go module directory