From 1271eea3093633293af405d473a0f56598fbd029 Mon Sep 17 00:00:00 2001 From: rbajollari Date: Tue, 31 Oct 2023 14:39:29 -0400 Subject: [PATCH] update go version in ci --- .github/workflows/build.yml | 2 +- .github/workflows/debug.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/price-feeder-release.yml | 2 +- .github/workflows/tests.yml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52b9d560..e2270217 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: if: steps.cache-binaries.outputs.cache-hit != 'true' && env.GIT_DIFF uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 cache: true env: GOOS: ${{ matrix.targetos }} diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index b70e1aa2..90c03c5c 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 cache: true - uses: actions/checkout@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 72440329..edd1c5ee 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-go@v3 if: env.GIT_DIFF with: - go-version: 1.19 + go-version: 1.21 cache: true - name: revive lint uses: morphy2k/revive-action@v2 diff --git a/.github/workflows/price-feeder-release.yml b/.github/workflows/price-feeder-release.yml index c3134b0c..4c9a5548 100644 --- a/.github/workflows/price-feeder-release.yml +++ b/.github/workflows/price-feeder-release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 cache: true cache-dependency-path: go.sum # Parse 'umee/v*.*.*' semantic version from 'umee/v*.*.*' and save to diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4deca94f..e9b373e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 - name: Display Go Version run: go version - uses: actions/cache@v3 @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-go@v3 if: env.GIT_DIFF with: - go-version: 1.19 + go-version: 1.21 cache: true cache-dependency-path: go.sum - name: Test Unit @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-go@v4 if: env.GIT_DIFF with: - go-version: 1.19 + go-version: 1.21 cache: true - name: Test Integration env: