From ac369556fc31eb009c8bf729b8b71a9548ea1f29 Mon Sep 17 00:00:00 2001 From: ismael FALL Date: Fri, 17 Mar 2023 17:08:04 +0100 Subject: [PATCH] fix: go version CI Signed-off-by: ismael FALL --- .github/workflows/go.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5316e9a34..3b3813d34 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,7 +29,7 @@ jobs: goreleaser-dryrun: strategy: matrix: - golang: [1.18.x] + golang: [1.19.x] runs-on: ubuntu-latest steps: - name: Checkout @@ -71,7 +71,7 @@ jobs: runs-on: windows-latest strategy: matrix: - golang: [1.18.x] + golang: [1.19.x] steps: - uses: actions/checkout@v3.0.2 - name: Install Go @@ -86,7 +86,7 @@ jobs: runs-on: macos-latest strategy: matrix: - golang: [1.18.x] + golang: [1.19.x] env: OS: macos-latest GOLANG: ${{ matrix.golang }} @@ -125,8 +125,7 @@ jobs: strategy: matrix: golang: - - 1.17.x - - 1.18.x + - 1.19.x env: OS: ubuntu-latest GOLANG: ${{ matrix.golang }}