From 4dcf13b5eaefe68109f54f4a3d191a1aacf3b9ce Mon Sep 17 00:00:00 2001 From: Rob Kennedy Date: Tue, 30 Apr 2024 22:42:08 -0500 Subject: [PATCH] Don't test older Go versions Support for wrapping errors was only introduced in 1.13, so don't bother testing earlier versions. Also remove readme's promise of support on earlier versions. --- .github/workflows/ci.yml | 2 -- README.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6bff518..06bb1cdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,6 @@ jobs: - 1.15.x - 1.14.x - 1.13.x - - 1.12.x - - 1.11.x steps: - uses: actions/checkout@v3 - name: Set up Go ${{ matrix.go-version }} diff --git a/README.md b/README.md index d96fd025..b008de5b 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ and Mage automatically uses them as Makefile-like runnable targets. ## Installation -Mage has no dependencies outside the Go standard library, and builds with Go 1.7 -and above (possibly even lower versions, but they're not regularly tested). +Mage has no dependencies outside the Go standard library, and builds with Go 1.13 +and above. **Using GOPATH**