File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 23
23
- name : Set up Go
24
24
25
25
with :
26
- go-version : 1.15
26
+ go-version : 1.16
27
27
- name : Run test
28
28
run : go test ./...
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
- name : Set up Go
18
18
19
19
with :
20
- go-version : 1.15
20
+ go-version : 1.16
21
21
- name : Run linters
22
22
run : |
23
23
export PATH=$PATH:$(go env GOPATH)/bin
24
- go install golang.org/x/lint/golint
24
+ go install golang.org/x/lint/golint@latest
25
25
golint --set_exit_status $(go list ./...)
26
26
go vet ./...
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f
11
11
## Requirements
12
12
13
13
- TFLint v0.24+
14
- - Go v1.15
14
+ - Go v1.16
15
15
16
16
## Usage
17
17
Original file line number Diff line number Diff line change 1
1
module github.com/terraform-linters/tflint-plugin-sdk
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.5.4
Original file line number Diff line number Diff line change @@ -23,15 +23,12 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
23
23
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
24
24
github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
25
25
github.com/golang/protobuf v1.1.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
26
- github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
27
26
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
28
27
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
29
28
github.com/golang/protobuf v1.3.2 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
30
29
github.com/golang/protobuf v1.3.4 h1:87PNWwrRvUSnqS4dlcBU/ftvOIBep4sYuBLlh6rX2wk =
31
30
github.com/golang/protobuf v1.3.4 /go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw =
32
- github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ =
33
31
github.com/google/go-cmp v0.2.0 /go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M =
34
- github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg =
35
32
github.com/google/go-cmp v0.3.1 /go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU =
36
33
github.com/google/go-cmp v0.5.4 h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M =
37
34
github.com/google/go-cmp v0.5.4 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
You can’t perform that action at this time.
0 commit comments