Skip to content

Commit

Permalink
Bump Go to 1.20 (hyperledger#81)
Browse files Browse the repository at this point in the history
Bump Go to 1.20

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart authored Jul 31, 2023
1 parent b84622b commit d626e9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hyperledger/fabric-chaincode-go

go 1.19
go 1.20

require (
github.com/golang/protobuf v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion shim/internal/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ func TestTLSClientWithChaincodeServer(t *testing.T) {
clientCert: []byte(clientCertPEM),
clientRootCert: []byte(clientRootPEM),
success: false,
errMsg: "transport: authentication handshake failed: x509: certificate signed by unknown authority",
errMsg: "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority",
address: "127.0.0.1:0",
},
{
Expand Down

0 comments on commit d626e9a

Please sign in to comment.