Skip to content

Commit

Permalink
remove golang toolchain as nit fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Sep 19, 2024
1 parent 137f365 commit 623734c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-network-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion asset-transfer-basic/chaincode-external/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 0 additions & 2 deletions asset-transfer-basic/chaincode-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 623734c

Please sign in to comment.