Skip to content

Commit 5c87231

Browse files
authored
all: Bump minimum Go module version to 1.22 (#365)
1 parent d55d42f commit 5c87231

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ linters:
1212
- godot
1313
- gofmt
1414
- gosimple
15+
- govet
1516
- ineffassign
1617
- makezero
1718
- misspell
@@ -22,7 +23,6 @@ linters:
2223
- unconvert
2324
- unparam
2425
- unused
25-
- vet
2626

2727
run:
2828
# Prevent false positive timeouts in CI

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version it implements, and Terraform:
3535
## Requirements
3636

3737
* [Terraform](https://www.terraform.io/downloads)
38-
* [Go](https://go.dev/doc/install) (1.21)
38+
* [Go](https://go.dev/doc/install) (1.22)
3939
* [GNU Make](https://www.gnu.org/software/make/)
4040
* [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) (optional)
4141

go.mod

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

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

75
require (
86
github.com/bmatcuk/doublestar/v4 v4.6.1

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)