From ad7aec9e991e27a728c36a7acce0d3e04dbbe841 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 30 Jan 2024 18:13:03 +0100 Subject: [PATCH] chore: fix Go versions --- .github/workflows/ci.yml | 2 +- .github/workflows/go-cross.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c88ceb..ff22d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Main Process runs-on: ubuntu-latest env: - GO_VERSION: '1.21' + GO_VERSION: stable GOLANGCI_LINT_VERSION: v1.55.2 CGO_ENABLED: 0 diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index 27c0021..4db6b4f 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - go-version: [ '1.21', 1.x ] + go-version: [ oldstable, stable ] os: [ubuntu-latest, macos-latest, windows-latest] steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d4801a..2cc2943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: name: Release Process runs-on: ubuntu-latest env: - GO_VERSION: '1.20' + GO_VERSION: stable CGO_ENABLED: 0 steps: