From e4da4f4ceaf64e6358ca15350fcba9ac96a895e3 Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Thu, 2 Mar 2023 17:03:45 -0500 Subject: [PATCH] Update to Go 1.19.6 Update to Go 1.19.6 Signed-off-by: David Enyeart --- .github/actions/test-network-setup/action.yaml | 3 +-- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/test-network-setup/action.yaml b/.github/actions/test-network-setup/action.yaml index f36169b2..c8983258 100644 --- a/.github/actions/test-network-setup/action.yaml +++ b/.github/actions/test-network-setup/action.yaml @@ -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 - diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 028fea68..48112e66 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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