mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
misc: Update to Go 1.18 (#53440)
This commit is contained in:
parent
ee899e8c3a
commit
4d0988b6b2
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module github.com/grafana/grafana
|
module github.com/grafana/grafana
|
||||||
|
|
||||||
go 1.17
|
go 1.18
|
||||||
|
|
||||||
// Override xorm's outdated go-mssqldb dependency, since we can't upgrade to current xorm (due to breaking changes).
|
// 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.
|
// We need a more current go-mssqldb so we get rid of a version of apache/thrift with vulnerabilities.
|
||||||
|
Loading…
Reference in New Issue
Block a user