mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 00:15:08 +00:00
remove golang toolchain as nit fix
Signed-off-by: Sam Yuan <yy19902439@126.com>
This commit is contained in:
parent
137f365ec9
commit
623734cc76
3 changed files with 2 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ description: Set up the Test Network Runtime
|
|||
inputs:
|
||||
go-version:
|
||||
description: Version of go
|
||||
default: '1.22'
|
||||
default: '1.21'
|
||||
node-version:
|
||||
description: Version of node
|
||||
default: 18.x
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
ARG GO_VER=1.22
|
||||
ARG GO_VER=1.21
|
||||
ARG ALPINE_VER=3.20
|
||||
|
||||
FROM golang:${GO_VER}-alpine${ALPINE_VER}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ module github.com/hyperledger/fabric-samples/asset-transfer-basic/chaincode-go
|
|||
|
||||
go 1.21
|
||||
|
||||
toolchain go1.22.4
|
||||
|
||||
require (
|
||||
github.com/hyperledger/fabric-chaincode-go/v2 v2.0.0-20240618210511-f7903324a8af
|
||||
github.com/hyperledger/fabric-contract-api-go/v2 v2.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue