We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d060ca6 commit fba5261Copy full SHA for fba5261
.go-version
@@ -0,0 +1 @@
1
+1.14.2
.travis.yml
@@ -4,10 +4,10 @@ services:
4
- docker
5
language: go
6
go:
7
- - "1.11.x"
+ - "1.14.x"
8
9
env:
10
- - GOFLAGS=-mod=vendor
+ - GOFLAGS=-mod=readonly
11
12
install:
13
# This script is used by the Travis build to install a cookie for
@@ -24,6 +24,7 @@ script:
24
branches:
25
only:
26
- master
27
+
28
matrix:
29
fast_finish: true
30
allow_failures:
go.mod
@@ -1,5 +1,7 @@
module github.com/terraform-providers/terraform-provider-grafana
2
3
+go 1.14
require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/terraform v0.12.2
0 commit comments