File tree Expand file tree Collapse file tree 4 files changed +25
-54
lines changed
Expand file tree Collapse file tree 4 files changed +25
-54
lines changed Original file line number Diff line number Diff line change 2828 name : Set up Go
2929 uses : actions/setup-go@v2
3030 with :
31- go-version : 1.14
31+ go-version : 1.16
3232 -
3333 name : Import GPG key
3434 id : import_gpg
Original file line number Diff line number Diff line change 2424 - name : Set up Go
2525 uses : actions/setup-go@v2
2626 with :
27- go-version : 1.15
27+ go-version : 1.16
2828
2929 - name : test
3030 run : make test
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Requirements
1212------------
1313
1414- [ Terraform] ( https://www.terraform.io/downloads.html ) 0.12.x
15- - [ Go] ( https://golang.org/doc/install ) 1.14 (to build the provider plugin)
15+ - [ Go] ( https://golang.org/doc/install ) 1.16 (to build the provider plugin)
1616
1717Building The Provider
1818---------------------
You can’t perform that action at this time.
0 commit comments