mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
Update to Go 1.16.7.
Update Go to 1.16.7. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
8e38b8aa97
commit
3d8cc91d96
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ trigger:
|
|||
variables:
|
||||
FABRIC_VERSION: 2.4
|
||||
GO_BIN: $(Build.Repository.LocalPath)/bin
|
||||
GO_VER: 1.14.6
|
||||
GO_VER: 1.16.7
|
||||
NODE_VER: 12.x
|
||||
PATH: $(Build.Repository.LocalPath)/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ steps:
|
|||
workingDirectory: fabcar
|
||||
displayName: Start Fabric
|
||||
- task: GoTool@0
|
||||
displayName: 'Use Go 1.14.2'
|
||||
displayName: 'Use Go 1.16.7'
|
||||
inputs:
|
||||
version: '1.14.2'
|
||||
version: '1.16.7'
|
||||
- task: Go@0
|
||||
displayName: 'go build'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue