From 022982a424b68c2378fbaa6a3cd774f9b5461496 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 28 Sep 2024 00:44:05 +0800 Subject: [PATCH] ci: update Go versions and remove macOS build cache config - Update Go versions to test only 1.21, 1.22, and 1.23 - Remove macOS build cache configuration Signed-off-by: appleboy --- .github/workflows/go.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b3e8d89..caaf0aa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,12 +30,10 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.18, 1.19, "1.20", 1.21, 1.22] + go: [1.21, 1.22, 1.23] include: - os: ubuntu-latest go-build: ~/.cache/go-build - - os: macos-latest - go-build: ~/Library/Caches/go-build name: ${{ matrix.os }} @ Go ${{ matrix.go }} runs-on: ${{ matrix.os }} env: