misc: Update to Go 1.18 (#53440)

pull/55407/head^2
sam boyer 3 years ago committed by GitHub
parent ee899e8c3a
commit 4d0988b6b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      go.mod

@ -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.

Loading…
Cancel
Save