Skip to content

Commit 4dcf13b

Browse files
committed
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.
1 parent 4e144fb commit 4dcf13b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- 1.15.x
2020
- 1.14.x
2121
- 1.13.x
22-
- 1.12.x
23-
- 1.11.x
2422
steps:
2523
- uses: actions/checkout@v3
2624
- name: Set up Go ${{ matrix.go-version }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ and Mage automatically uses them as Makefile-like runnable targets.
1010

1111
## Installation
1212

13-
Mage has no dependencies outside the Go standard library, and builds with Go 1.7
14-
and above (possibly even lower versions, but they're not regularly tested).
13+
Mage has no dependencies outside the Go standard library, and builds with Go 1.13
14+
and above.
1515

1616
**Using GOPATH**
1717

0 commit comments

Comments
 (0)