]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Only test with go1.24
authorMatt Joiner <anacrolix@gmail.com>
Mon, 12 May 2025 07:10:20 +0000 (17:10 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 12 May 2025 07:10:20 +0000 (17:10 +1000)
.github/workflows/go.yml

index edcb822b251bd7fbe927afe4bf78d954a48400b0..b1387772530e64ebd478a4bb332f60a17b8f1a37 100644 (file)
@@ -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