From 4907a6d53cf252ef0974e4c05d4afb2cafe95be6 Mon Sep 17 00:00:00 2001 From: Haonan Date: Tue, 6 Feb 2024 10:59:22 +0800 Subject: [PATCH 1/4] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c0c98d..0f675c3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - go: ['1.13', '1.19'] + go: ['1.13', 'stable'] steps: - name: Set up Go ${{ matrix.go }} From e4964158b826ebe88ec754e56070f016e67507b0 Mon Sep 17 00:00:00 2001 From: Haonan Date: Tue, 6 Feb 2024 11:02:47 +0800 Subject: [PATCH 2/4] Update e2e.yml --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0d1c6f5..5482d1a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: Check out code into the Go module directory From 831f9871a3ce74b34173ab9ccd626348c0ac2770 Mon Sep 17 00:00:00 2001 From: Haonan Date: Tue, 6 Feb 2024 11:16:12 +0800 Subject: [PATCH 3/4] Update .github/workflows/e2e.yml --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5482d1a..3314e7c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest] steps: - name: Check out code into the Go module directory From 5e617a48beb2a34f2c7644ac07f52fbbc2ae190b Mon Sep 17 00:00:00 2001 From: Haonan Date: Tue, 6 Feb 2024 11:36:52 +0800 Subject: [PATCH 4/4] Update .github/workflows/e2e.yml --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3314e7c..0d1c6f5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [ubuntu-latest] steps: - name: Check out code into the Go module directory