remove golang toolchain as nit fix

Signed-off-by: Sam Yuan <yy19902439@126.com>
This commit is contained in:
Sam Yuan 2024-09-19 23:17:46 +08:00
parent 137f365ec9
commit 623734cc76
3 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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}

View file

@ -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