Go 1.15 is now required
VerifyConnection is not available in 1.14
This commit is contained in:
parent
684f4ba1a6
commit
173c1820e1
3 changed files with 5 additions and 5 deletions
6
.github/workflows/development.yml
vendored
6
.github/workflows/development.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/drakkan/sftpgo
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.74.0 // indirect
|
||||
|
|
Loading…
Add table
Reference in a new issue