File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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 1616 - name : Set up Go
1717 uses : actions/setup-go@v3
1818 with :
19- go-version : 1.18
19+ go-version : 1.19
2020 - name : Import GPG key
2121 id : import_gpg
2222 uses : crazy-max/ghaction-import-gpg@v5
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about Terraform Languag
1010## Requirements
1111
1212- TFLint v0.40+
13- - Go v1.18
13+ - Go v1.19
1414
1515## Installation
1616
Original file line number Diff line number Diff line change 11module github.com/terraform-linters/tflint-ruleset-terraform
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/Masterminds/semver/v3 v3.1.1
You can’t perform that action at this time.
0 commit comments