Skip to content

Commit 615671d

Browse files
committed
chore: upgrade terraform and go version
1 parent ff5142e commit 615671d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PROJECT_NAME := provider-scaleway
55
PROJECT_REPO := github.com/scaleway/$(PROJECT_NAME)
66

7-
export TERRAFORM_VERSION := 1.3.3
7+
export TERRAFORM_VERSION := 1.10.5
88

99
export TERRAFORM_PROVIDER_SOURCE := scaleway/scaleway
1010
export TERRAFORM_PROVIDER_REPO := https://github.com/scaleway/terraform-provider-scaleway
@@ -38,8 +38,8 @@ NPROCS ?= 1
3838
# to half the number of CPU cores.
3939
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
4040

41-
GO_REQUIRED_VERSION ?= 1.21
42-
GOLANGCILINT_VERSION ?= 1.50.0
41+
GO_REQUIRED_VERSION ?= 1.23
42+
GOLANGCILINT_VERSION ?= 1.63.4
4343
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
4444
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
4545
GO_SUBDIRS += cmd internal apis

config/schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)