Skip to content

Commit 85c78e8

Browse files
authored
updates golang version to 1.26.2 to update the Go's outdated crypto/tls library (#2812)
1 parent b7839b6 commit 85c78e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TEST?=$$(go list ./... |grep -v 'vendor')
55
WEBSITE_REPO=github.com/hashicorp/terraform-website
66
PKG_NAME=./okta/services/idaas
77
GOLANGCI_LINT := golangci-lint
8-
GOLANGCI_LINT_VERSION := v2.5.0
8+
GOLANGCI_LINT_VERSION := v2.12.2
99
TFPROVIDERLINT=tfproviderlint
1010
TFPROVIDERLINTX=tfproviderlintx
1111
STATICCHECK=staticcheck

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/okta/terraform-provider-okta
22

3-
go 1.25.0
3+
go 1.26.2
44

55
require (
66
github.com/BurntSushi/toml v1.6.0

0 commit comments

Comments
 (0)