Chore: Upgrade to Go 1.13 (#19502)
* Chore: Upgrade to Go 1.13 Fixes: #18878 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Upgrade lint tools in order to work with Go 1.13 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Fix Go linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
+4
-4
@@ -1,11 +1,11 @@
|
||||
module github.com/grafana/grafana/scripts/go
|
||||
|
||||
go 1.12
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/golangci/golangci-lint v1.17.1
|
||||
github.com/mgechev/revive v0.0.0-20190815002930-e120712eba7c
|
||||
github.com/securego/gosec v0.0.0-20190510081509-ee80733faf72
|
||||
github.com/golangci/golangci-lint v1.19.1
|
||||
github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
|
||||
github.com/securego/gosec v0.0.0-20190912120752-140048b2a218
|
||||
github.com/unknwon/bra v0.0.0-20190805204333-bb0929b6cca0
|
||||
github.com/unknwon/com v1.0.1 // indirect
|
||||
github.com/unknwon/log v0.0.0-20150304194804-e617c87089d3 // indirect
|
||||
|
||||
Reference in New Issue
Block a user