Skip to content

Commit ce356c7

Browse files
committed
Build: set 1.19 as minimum supported Go version
1 parent 2ddf461 commit ce356c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.17.x, 1.23.x]
7+
go-version: [1.19.x, 1.23.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Without these tools installed, micro will use an internal clipboard for copy and
162162

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

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

167167
```
168168
git clone https://github.com/zyedidia/micro

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ replace github.com/mattn/go-runewidth => github.com/zyedidia/go-runewidth v0.0.1
3838

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

41-
go 1.17
41+
go 1.19

0 commit comments

Comments
 (0)