File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212env :
1313 # Common versions
14- GO_VERSION : ' 1.21 '
14+ GO_VERSION : ' 1.23 '
1515 DOCKER_BUILDX_VERSION : ' v0.8.2'
1616
1717 # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
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