From 9d94878dec308576593f484a58efafb9c40f0ec6 Mon Sep 17 00:00:00 2001 From: rbajollari Date: Thu, 15 Feb 2024 11:00:00 -0500 Subject: [PATCH] workflow go version --- .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 1642bc1..669b3eb 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@v5 with: - go-version: 1.19 + go-version: 1.21.1 cache: true env: GOOS: ${{ matrix.targetos }} diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index a937b65..9254eaf 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.21.1 cache: true - uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c636cc0..8b1598d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-go@v5 if: env.GIT_DIFF with: - go-version: 1.19 + go-version: 1.21.1 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 64c954d..58440f0 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@v5 with: - go-version: 1.19 + go-version: 1.21.1 cache: true cache-dependency-path: go.sum # Parse 'v*.*.*' semantic version from 'v*.*.*' and save to diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 30fad94..8f4e559 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.21.1 - name: Display Go Version run: go version - uses: actions/cache@v4 @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-go@v5 if: env.GIT_DIFF with: - go-version: 1.19 + go-version: 1.21.1 cache: true cache-dependency-path: go.sum - name: Test Unit @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-go@v5 if: env.GIT_DIFF with: - go-version: 1.19 + go-version: 1.21.1 cache: true - name: Test Integration env: