From: Matt Joiner Date: Mon, 12 May 2025 07:10:20 +0000 (+1000) Subject: Only test with go1.24 X-Git-Tag: v1.59.0~152 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=035e9555d48235483ea386db73c9105c7b504f39;p=btrtrc.git Only test with go1.24 --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index edcb822b..b1387772 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: CGO_LDFLAGS: "-Lstorage/possum/lib/target/debug -lpossum" strategy: matrix: - go-version: ["1.22", "1.23", "1.24"] + go-version: ["1.24"] os: [windows-latest, macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v4