File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44PROJECT_NAME := provider-scaleway
55PROJECT_REPO := github.com/scaleway/$(PROJECT_NAME )
66
7- export TERRAFORM_VERSION := 1.3.3
7+ export TERRAFORM_VERSION := 1.10.5
88
99export TERRAFORM_PROVIDER_SOURCE := scaleway/scaleway
1010export TERRAFORM_PROVIDER_REPO := https://github.com/scaleway/terraform-provider-scaleway
@@ -38,8 +38,8 @@ NPROCS ?= 1
3838# to half the number of CPU cores.
3939GO_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
4343GO_STATIC_PACKAGES = $(GO_PROJECT ) /cmd/provider $(GO_PROJECT ) /cmd/generator
4444GO_LDFLAGS += -X $(GO_PROJECT ) /internal/version.Version=$(VERSION )
4545GO_SUBDIRS += cmd internal apis
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments