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: