build: update to go1.18 and make go1.16 the minimum required version

This commit is contained in:
Nick Craig-Wood
2022-04-04 20:35:17 +01:00
parent 7bb8b8f4ba
commit 285747b1d1
5 changed files with 33 additions and 19 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
module github.com/rclone/rclone
go 1.17
go 1.18
require (
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05
@@ -115,6 +115,10 @@ require (
github.com/yusufpapurcu/wmi v1.2.2 // indirect
github.com/zeebo/errs v1.2.2 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/mobile v0.0.0-20220325161704-447654d348e3 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb // indirect
google.golang.org/grpc v1.45.0 // indirect