Skip to content

Commit

Permalink
remove GOPATH from CI script (#434)
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo De Caro <[email protected]>
  • Loading branch information
adecaro authored Dec 5, 2022
1 parent 00d73a0 commit 52a145e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
description: 'FSC dependency'

env:
GOPATH: ${{ github.workspace }}
FTS_PATH: "${{ github.workspace }}/src/github.com/hyperledger-labs/fabric-token-sdk"
FTS_PATH: "${{ github.workspace }}/fabric-token-sdk"
GOFLAGS: -mod=mod

jobs:
Expand Down

0 comments on commit 52a145e

Please sign in to comment.