Skip to content

Commit

Permalink
Don't test older Go versions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rkennedy committed May 1, 2024
1 parent 4e144fb commit 4dcf13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 4dcf13b

Please sign in to comment.