Skip to content

Commit

Permalink
Build: set 1.19 as minimum supported Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKar committed Jan 4, 2025
1 parent 5dc2ce8 commit ea0c21f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.23.x]
go-version: [1.19.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Without these tools installed, micro will use an internal clipboard for copy and

If your operating system does not have a binary release, but does run Go, you can build from source.

Make sure that you have Go version 1.17 or greater and Go modules are enabled.
Make sure that you have Go version 1.19 or greater and Go modules are enabled.

```
git clone https://github.com/zyedidia/micro
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ replace github.com/mattn/go-runewidth => github.com/zyedidia/go-runewidth v0.0.1

replace layeh.com/gopher-luar v1.0.11 => github.com/layeh/gopher-luar v1.0.11

go 1.17
go 1.19

0 comments on commit ea0c21f

Please sign in to comment.