File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 - name : Set up Go
2424 uses : actions/setup-go@v3
2525 with :
26- go-version : 1.18
26+ go-version : 1.19
2727 - name : Run tests
2828 run : make test
2929 - name : Run build
Original file line number Diff line number Diff line change 2626 - name : Set up Go
2727 uses : actions/setup-go@v3
2828 with :
29- go-version : 1.18
29+ go-version : 1.19
3030 - name : Install TFLint
3131 run : curl -sL https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
3232 - name : Install plugin (Linux)
Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@v3
2121 with :
22- go-version : 1.18
22+ go-version : 1.19
2323 - name : Run GoReleaser
2424 uses : goreleaser/goreleaser-action@v3
2525 with :
Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v3
2020 with :
21- go-version : 1.18
21+ go-version : 1.19
2222 - name : Run GoReleaser
2323 uses : goreleaser/goreleaser-action@v3
2424 with :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TFLint ruleset plugin for Terraform Google Cloud Platform provider
88## Requirements
99
1010- TFLint v0.35+
11- - Go v1.18
11+ - Go v1.19
1212
1313## Installation
1414
Original file line number Diff line number Diff line change 11module github.com/terraform-linters/tflint-ruleset-google
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/dave/dst v0.27.0
You can’t perform that action at this time.
0 commit comments