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