From b33deb57445c5392806681efa06bb97d5f87c179 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 15 May 2023 14:33:41 +0200 Subject: [PATCH] chore: fix CI --- .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 f73d56a..d1379ec 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.20 + GO_VERSION: '1.20' GOLANGCI_LINT_VERSION: v1.52.2 CGO_ENABLED: 0 diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index d2e0323..62e7362 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - go-version: [ 1.19, 1.x ] + go-version: [ '1.19', 1.x ] os: [ubuntu-latest, macos-latest, windows-latest] steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24ea48d..be07aed 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: '1.20' CGO_ENABLED: 0 steps: