aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-02-26 22:08:30 +0100
committerRobin Jarry <robin@jarry.cc>2023-02-26 22:20:25 +0100
commite745d099f6d954879a5d128880604f4758820f10 (patch)
tree8feb6c099b1ef198bc59699dccc6f69b4286714a /README.md
parent30d8f8dd213b86bd34c501d7820a33fd441cc267 (diff)
downloadaerc-e745d099f6d954879a5d128880604f4758820f10.tar.gz
mod: remove support for go 1.16
The dependency to x/tools@v0.6.0 drags x/sys@v0.5.0 which is not compatible with go 1.16 # golang.org/x/sys/unix golang.org/x/sys@v0.5.0/unix/syscall.go:83:16: undefined: unsafe.Slice golang.org/x/sys@v0.5.0/unix/syscall_linux.go:2271:9: undefined: unsafe.Slice golang.org/x/sys@v0.5.0/unix/syscall_unix.go:118:7: undefined: unsafe.Slice golang.org/x/sys@v0.5.0/unix/sysvshm_unix.go:33:7: undefined: unsafe.Slice note: module requires Go 1.17 Since go 1.16 is now EOL, update the minimal go version to 1.17. Update go.mod and go.sum with the following command: go mod tidy -compat=1.17 Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37857d0e..92968767 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ And likely other platforms.
Install the dependencies:
-- go (>=1.16) *(Go versions are supported until their end-of-life; support for
+- go (>=1.17) *(Go versions are supported until their end-of-life; support for
older versions may be dropped at any time due to incompatibilities or newer
required language features.)*
- [scdoc](https://git.sr.ht/~sircmpwn/scdoc)