Skip to content

Commit

Permalink
Oldest supported version of go is now 1.16
Browse files Browse the repository at this point in the history
It was previously go 1.13, but 1.13 does not support io.ReadAll, and
I don't want to go through the hoops to make it backward compatible.
  • Loading branch information
beevik committed Apr 28, 2024
1 parent 26abf92 commit cda5fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.13', '1.21', '1.22.x' ]
go-version: [ '1.16', '1.21', '1.22.x' ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/beevik/etree

go 1.13
go 1.16

0 comments on commit cda5fc4

Please sign in to comment.