Skip to content

Commit 7dd8f81

Browse files
authored
chore: update go version (#284)
update go version
1 parent 5415225 commit 7dd8f81

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
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: |

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.3
1+
1.22.9

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/launchdarkly/terraform-provider-launchdarkly
22

3-
go 1.21
3+
go 1.22.9
44

55
require (
66
github.com/ashanbrown/gofmts v0.2.0

scripts/codegen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/launchdarkly/terraform-provider-launchdarkly/scripts/codegen
22

3-
go 1.21
3+
go 1.22.9
44

55
require (
66
github.com/dave/jennifer v1.7.0

0 commit comments

Comments
 (0)