Skip to content

Commit

Permalink
Merge pull request #129 from articulate/feature/golang-1-23
Browse files Browse the repository at this point in the history
feat(golang): bumps to version 1.23
  • Loading branch information
dholmes authored Sep 5, 2024
2 parents 6495d74 + f8b0244 commit 60e13fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ linters:
- gosec
- lll
disable:
- scopelint
- rowserrcheck
- sqlclosecheck
- maligned
- wrapcheck
- perfsprint

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/articulate/terraform-provider-ohdear

go 1.22
go 1.23.0

require (
github.com/go-resty/resty/v2 v2.13.1
Expand Down

0 comments on commit 60e13fc

Please sign in to comment.