mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Update to Go 1.19.6
Update to Go 1.19.6 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
33543ff28e
commit
e4da4f4cea
2 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ description: Set up the Test Network Runtime
|
|||
inputs:
|
||||
go-version:
|
||||
description: Version of go
|
||||
default: 1.18.3
|
||||
default: 1.19.6
|
||||
node-version:
|
||||
description: Version of node
|
||||
default: 16.x
|
||||
|
|
@ -54,4 +54,3 @@ runs:
|
|||
- name: Install retry CLI
|
||||
shell: bash
|
||||
run: curl -sSL https://raw.githubusercontent.com/kadwanev/retry/master/retry -o ./bin/retry && chmod +x ./bin/retry
|
||||
|
||||
|
|
|
|||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
branches: [ "main", "release-2.5" ]
|
||||
|
||||
env:
|
||||
GO_VER: 1.18.3
|
||||
GO_VER: 1.19.6
|
||||
NODE_VER: 16.x
|
||||
JAVA_VER: 11.x
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue