File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8585 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8686 - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
8787 with :
88- go-version : " 1.21.3 "
88+ go-version : " 1.22.9 "
8989 - run : go mod download
9090 - name : Run Test
9191 run : |
Original file line number Diff line number Diff line change 1- 1.21.3
1+ 1.22.9
Original file line number Diff line number Diff line change 33## Requirements
44
55- [ Terraform] ( https://www.terraform.io/downloads.html ) 0.12.x (to run acceptance tests)
6- - [ Go] ( https://golang.org/doc/install ) 1.21 (to build the provider plugin)
6+ - [ Go] ( https://golang.org/doc/install ) 1.22.9 (to build the provider plugin)
77
88## Quick Start
99
Original file line number Diff line number Diff line change 11module github.com/launchdarkly/terraform-provider-launchdarkly
22
3- go 1.21
3+ go 1.22.9
44
55require (
66 github.com/ashanbrown/gofmts v0.2.0
Original file line number Diff line number Diff line change 11module github.com/launchdarkly/terraform-provider-launchdarkly/scripts/codegen
22
3- go 1.21
3+ go 1.22.9
44
55require (
66 github.com/dave/jennifer v1.7.0
You can’t perform that action at this time.
0 commit comments