Skip to content

Commit 8a0abe5

Browse files
authored
all: Bump minimum Go module version to 1.22 (#357)
* all: Bump minimum Go module version to 1.22 * add changelog
1 parent 7cff9d3 commit 8a0abe5

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: NOTES
2+
body: 'all: This release introduces no functional changes. It does however include
3+
dependency updates which address upstream CVEs.'
4+
time: 2024-09-10T07:32:37.459298-04:00
5+
custom:
6+
Issue: "357"

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ linters:
1313
- godot
1414
- gofmt
1515
- gosimple
16+
- govet
1617
- ineffassign
1718
- makezero
1819
- misspell
@@ -23,7 +24,6 @@ linters:
2324
- unconvert
2425
- unparam
2526
- unused
26-
- vet
2727

2828
run:
2929
# Prevent false positive timeouts in CI

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The external provider is a special provider that exists to provide an interface
55
## Requirements
66

77
* [Terraform](https://www.terraform.io/downloads)
8-
* [Go](https://go.dev/doc/install) (1.21)
8+
* [Go](https://go.dev/doc/install) (1.22)
99
* [GNU Make](https://www.gnu.org/software/make/)
1010
* [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) (optional)
1111

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/terraform-providers/terraform-provider-external
22

3-
go 1.21
4-
5-
toolchain go1.21.6
3+
go 1.22.7
64

75
require (
86
github.com/hashicorp/terraform-plugin-framework v1.11.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.21
3+
go 1.22.7
44

55
require (
66
github.com/hashicorp/copywrite v0.19.0

0 commit comments

Comments
 (0)