From ab8f06a83048dca0c24dc0b06932dc98df54e8b1 Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Sun, 29 Sep 2024 09:35:05 +1000 Subject: [PATCH] always test with latest stable binaries are already released with latest goreleaser, docker image uses alpine:go, both are latest stable go, so makes sense to always test with latest stable too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7fcdf8c..fec9b1a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # optionally test/build across multiple platforms/Go-versions - go-version: ["1.22"] # '1.16', '1.17', '1.18, + go-version: ["stable"] # '1.16', '1.17', '1.18, platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: