Skip to content

Commit

Permalink
all: Bump minimum Go module version to 1.22 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Sep 9, 2024
1 parent 9600fe9 commit c2b7c6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ linters:
- forcetypeassert
- gofmt
- gosimple
- govet
- ineffassign
- makezero
- misspell
Expand All @@ -21,7 +22,6 @@ linters:
- unconvert
- unparam
- unused
- vet

run:
# Prevent false positive timeouts in CI
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/hashicorp/terraform-provider-corner

go 1.21

toolchain go1.21.6
go 1.22.7

require (
github.com/hashicorp/go-memdb v1.3.4
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools

go 1.21
go 1.22.7

require github.com/hashicorp/copywrite v0.19.0

Expand Down

0 comments on commit c2b7c6d

Please sign in to comment.