Skip to content

Commit 52a145e

Browse files
authored
remove GOPATH from CI script (#434)
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 00d73a0 commit 52a145e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ on:
1313
description: 'FSC dependency'
1414

1515
env:
16-
GOPATH: ${{ github.workspace }}
17-
FTS_PATH: "${{ github.workspace }}/src/github.com/hyperledger-labs/fabric-token-sdk"
16+
FTS_PATH: "${{ github.workspace }}/fabric-token-sdk"
1817
GOFLAGS: -mod=mod
1918

2019
jobs:

0 commit comments

Comments
 (0)