There was an error while loading. Please reload this page.
1 parent b7839b6 commit 85c78e8Copy full SHA for 85c78e8
2 files changed
Makefile
@@ -5,7 +5,7 @@ TEST?=$$(go list ./... |grep -v 'vendor')
5
WEBSITE_REPO=github.com/hashicorp/terraform-website
6
PKG_NAME=./okta/services/idaas
7
GOLANGCI_LINT := golangci-lint
8
-GOLANGCI_LINT_VERSION := v2.5.0
+GOLANGCI_LINT_VERSION := v2.12.2
9
TFPROVIDERLINT=tfproviderlint
10
TFPROVIDERLINTX=tfproviderlintx
11
STATICCHECK=staticcheck
go.mod
@@ -1,6 +1,6 @@
1
module github.com/okta/terraform-provider-okta
2
3
-go 1.25.0
+go 1.26.2
4
require (
github.com/BurntSushi/toml v1.6.0
0 commit comments