From 03a5ae921b5e8217cfa0aac64cd71dee991d7162 Mon Sep 17 00:00:00 2001 From: Snobbish Bee <125891987+snobbee@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:53:04 +0200 Subject: [PATCH] ci: update go versions --- .github/workflows/go.yml | 4 ++-- .github/workflows/integrationtest1.yml | 6 +++--- .github/workflows/integrationtest2.yml | 6 +++--- .github/workflows/integrationtest3.yml | 6 +++--- .github/workflows/lint.yml | 4 ++-- .github/workflows/localnet.yml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f4a4a220a9..c3cd852483 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,10 +6,10 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Set up Go 1.19 + - name: Set up Go 1.21 uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 - uses: actions/checkout@v3 - name: Build run: make install diff --git a/.github/workflows/integrationtest1.yml b/.github/workflows/integrationtest1.yml index e120aad242..9c9d4cfa9c 100644 --- a/.github/workflows/integrationtest1.yml +++ b/.github/workflows/integrationtest1.yml @@ -18,15 +18,15 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.8.10' + python-version: "3.8.10" - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 'v16.20.2' + node-version: "v16.20.2" - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.18.10' + go-version: "1.21" - name: Set up linux environment run: # installs development tools and updates .bash_profile bash test/integration/setup-linux-environment.sh diff --git a/.github/workflows/integrationtest2.yml b/.github/workflows/integrationtest2.yml index af4fe92197..7c2947a5f4 100644 --- a/.github/workflows/integrationtest2.yml +++ b/.github/workflows/integrationtest2.yml @@ -18,15 +18,15 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.8.10' + python-version: "3.8.10" - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 'v16.20.2' + node-version: "v16.20.2" - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.18.10' + go-version: "1.21" - name: Set up linux environment run: # installs development tools and updates .bash_profile bash test/integration/setup-linux-environment.sh diff --git a/.github/workflows/integrationtest3.yml b/.github/workflows/integrationtest3.yml index e002c29926..dbac0641e8 100644 --- a/.github/workflows/integrationtest3.yml +++ b/.github/workflows/integrationtest3.yml @@ -18,15 +18,15 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.8.10' + python-version: "3.8.10" - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 'v16.20.2' + node-version: "v16.20.2" - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.18.10' + go-version: "1.21" - name: Set up linux environment run: # installs development tools and updates .bash_profile bash test/integration/setup-linux-environment.sh diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 12c2269fbd..551ff08cab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,10 +7,10 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - name: Set up Go 1.19 + - name: Set up Go 1.21 uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 - name: Set GOROOT (fix for https://github.com/golangci/golangci-lint/issues/3107) run: echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV - uses: actions/checkout@v3 diff --git a/.github/workflows/localnet.yml b/.github/workflows/localnet.yml index 4c3cf54dbf..8f2d0df0f6 100644 --- a/.github/workflows/localnet.yml +++ b/.github/workflows/localnet.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: 1.21 id: go - uses: actions/setup-node@v2 with: