Chore: Upgrade to Go 1.15.1 (#27326)

* Chore: Upgrade to Go 1.15.1
This commit is contained in:
Arve Knudsen
2020-09-02 15:51:19 +02:00
committed by GitHub
parent 636dd96c28
commit 19c8097595
7 changed files with 7 additions and 7 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/grafana/grafana
go 1.14
go 1.15
// Override xorm's outdated go-mssqldb dependency, since we can't upgrade to current xorm (due to breaking changes).
// We need a more current go-mssqldb so we get rid of a version of apache/thrift with vulnerabilities.