Skip to content

Commit

Permalink
Remove support for Go < 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Mar 16, 2023
1 parent cb2bd5c commit c485ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go-version: [ "1.11", "1.12", "1.16", "1.18", "1.20", "1.x" ]
go-version: [ "1.13", "1.16", "1.18", "1.20", "1.x" ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Github user [@mna][6] created the package in April 2015, and [@breml][5] is the

### Breaking Changes since v1.0.0

* Removed support for Go < v1.13 to support recent version of `golang.org/x/tools`.

* Removed support for Go < v1.11 to support go modules for dependency tracking.

* Removed support for Go < v1.9 due to the requirement [golang.org/x/tools/imports](https://godoc.org/golang.org/x/tools/imports), which was updated to reflect changes in recent versions of Go. This is in compliance with the [Go Release Policy](https://golang.org/doc/devel/release.html#policy) respectively the [Go Release Maintenance](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance), which states support for each major release until there are two newer major releases.
Expand Down

0 comments on commit c485ced

Please # to comment.