From 250ae07110a3abed6e81a162a9ac7fd1cb255dd3 Mon Sep 17 00:00:00 2001 From: sc0vu Date: Wed, 6 Dec 2023 11:27:09 +0800 Subject: [PATCH] ci: use go 1.21.x --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index c923785..10ca8ce 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "macOS-latest"] - go: ["1.19.x", "1.20.x", "1.21.x"] + go: ["1.21.x"] runs-on: ${{ matrix.os }} steps: - uses: actions/setup-go@v3