Skip to content

Commit

Permalink
Go 1.15 is now required
Browse files Browse the repository at this point in the history
VerifyConnection is not available in 1.14
  • Loading branch information
drakkan committed Jan 3, 2021
1 parent 684f4ba commit 173c182
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/drakkan/sftpgo

go 1.14
go 1.15

require (
cloud.google.com/go v0.74.0 // indirect
Expand Down

0 comments on commit 173c182

Please sign in to comment.