misc: Update to Go 1.18 (#53440)

This commit is contained in:
sam boyer
2022-09-19 12:04:14 -04:00
committed by GitHub
parent ee899e8c3a
commit 4d0988b6b2

2
go.mod
View File

@@ -1,6 +1,6 @@
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).
// We need a more current go-mssqldb so we get rid of a version of apache/thrift with vulnerabilities.