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:
David Enyeart 2023-03-02 17:03:45 -05:00
parent 33543ff28e
commit e4da4f4cea
2 changed files with 2 additions and 3 deletions

View file

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

View file

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