Go 1.15 is now required

VerifyConnection is not available in 1.14
This commit is contained in:
Nicola Murino 2021-01-03 17:25:24 +01:00
parent 684f4ba1a6
commit 173c1820e1
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB
3 changed files with 5 additions and 5 deletions

View file

@ -15,9 +15,9 @@ jobs:
os: [ubuntu-latest, macos-latest]
upload-coverage: [true]
include:
- go: 1.14
os: ubuntu-latest
upload-coverage: false
#- go: 1.14
# os: ubuntu-latest
# upload-coverage: false
- go: 1.15
os: windows-latest
upload-coverage: false

View file

@ -59,7 +59,7 @@ SFTPGo is developed and tested on Linux. After each commit, the code is automati
## Requirements
- Go 1.14 or higher as build only dependency.
- Go 1.15 or higher as build only dependency.
- A suitable SQL server to use as data provider: PostgreSQL 9.4+ or MySQL 5.6+ or SQLite 3.x.
- The SQL server is optional: you can choose to use an embedded bolt database as key/value store or an in memory data provider.

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/drakkan/sftpgo
go 1.14
go 1.15
require (
cloud.google.com/go v0.74.0 // indirect